Files
github-action-setup-xmake/node_modules/btoa-lite/btoa-browser.js
T
2019-09-30 17:55:21 +08:00

4 lines
60 B
JavaScript

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