upload-release/node_modules/btoa-lite/btoa-browser.js
2019-08-23 04:21:15 +02:00

4 lines
60 B
JavaScript

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