atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)
Go to file
Victor Costan b35a566ac6 Fix atob to match browser implementations
Test case:
atob('/A==') === String.fromCharCode(252) should be true
2012-09-13 02:15:36 -03:00
bin added cli bin 2012-06-26 13:24:09 -06:00
index.js Fix atob to match browser implementations 2012-09-13 02:15:36 -03:00
package.json added cli bin 2012-06-26 13:24:09 -06:00
test.js fixed mixup of atob / btoa 2011-09-09 14:56:22 -06:00