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

4 lines
60 B
JavaScript

module.exports = function _btoa(str) {
return btoa(str)
}