PATH:
usr
/
lib
/
node_modules
/
forever
/
node_modules
/
atob
"use strict"; function atob(str) { return Buffer.from(str, 'base64').toString('binary'); } module.exports = atob.atob = atob;
[-] README.md
[edit]
[-] test.js
[edit]
[-] package.json
[edit]
[+]
bin
[-] LICENSE.DOCS
[edit]
[+]
..
[-] LICENSE
[edit]
[-] node-atob.js
[edit]
[-] bower.json
[edit]
[-] browser-atob.js
[edit]