marocchino-sticky-pull-requ.../node_modules/atob-lite/atob-node.js
2019-11-21 10:11:11 +09:00

3 lines
95 B
JavaScript

module.exports = function atob(str) {
return Buffer.from(str, 'base64').toString('binary')
}