1
0
mirror of https://github.com/actions/setup-node synced 2025-05-13 11:27:49 +00:00
setup-node/node_modules/btoa-lite/btoa-browser.js
2019-08-05 15:18:52 -04:00

4 lines
60 B
JavaScript

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