| Current Path : /home/kamilrogam/komp/2018/180513/DARWIN/EDU/sass/1/node_modules/atob/ |
| Current File : /home/kamilrogam/komp/2018/180513/DARWIN/EDU/sass/1/node_modules/atob/node-atob.js |
"use strict";
function atob(str) {
return new Buffer(str, 'base64').toString('binary');
}
module.exports = atob.atob = atob;