1
0
mirror of https://github.com/actions/labeler synced 2026-05-05 11:17:48 +02:00
Files
labeler/node_modules/btoa-lite/btoa-node.js
Shawn Napora 660b172085 add modules
2019-08-08 10:10:17 -04:00

4 lines
84 B
JavaScript

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