Travis build: 1308 [cron]
This commit is contained in:
2
test/atob/atob.js
Normal file
2
test/atob/atob.js
Normal file
@ -0,0 +1,2 @@
|
||||
const atob = str => new Buffer(str, 'base64').toString('binary');
|
||||
module.exports = atob
|
||||
Reference in New Issue
Block a user