blob: cee1a38cb7d4684f378c5476f0f37db6b442c6f0 [file] [log] [blame]
module.exports = function _atob(str) {
return atob(str)
}