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