Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@doodle/i18n / dist / cjs / node_modules / atob / node-atob.js
Size: Mime:
'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