blob: 1b3acdbe22f2daa02d6da425327c7bdc8430122f [file] [log] [blame]
module.exports = function _btoa(str) {
return btoa(str)
}