Your IP : 216.73.216.175


Current Path : /home/kamilrogam/komp/2018/180513/DARWIN/EDU/sass/1/node_modules/atob/
Upload File :
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;