github-pages-deploy-action/node_modules/atob-lite/atob-browser.js
James Ives a5a215d318 Revert
2020-06-06 12:27:02 -04:00

4 lines
60 B
JavaScript

module.exports = function _atob(str) {
return atob(str)
}