A suite to track Project Diva score statistics and ratings / D4DJ event data.
projectdivar/server/node_modules/atob-lite/atob-node.js

4 lines
95 B

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