Files
action-gh-release/node_modules/btoa-lite/btoa-node.js
softprops 78c309ef59
Some checks failed
Main / build (push) Failing after 0s
node_modules
2019-10-20 19:16:50 -04:00

4 lines
84 B
JavaScript

module.exports = function btoa(str) {
return new Buffer(str).toString('base64')
}