atob-browser.js 60 B

123
  1. module.exports = function _atob(str) {
  2. return atob(str)
  3. }