Repository URL to install this package:
|
Version:
5.0.0-rc.11 ▾
|
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
function atob(str) {
return Buffer.from(str, 'base64').toString('binary');
}
var nodeAtob = atob.atob = atob;
exports.__moduleExports = nodeAtob;
exports.default = nodeAtob;
//# sourceMappingURL=node-atob.js.map