1
0
Files
stale/node_modules/atob-lite/atob-browser.js
T

4 lines
60 B
JavaScript
Raw Normal View History

2019-08-03 21:34:59 -04:00
module.exports = function _atob(str) {
return atob(str)
}