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