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

3 lines
60 B

module.exports = function _atob(str) {
return atob(str)
}