PromoCursed/node_modules/core-js/stable/btoa.js

11 lines
356 B
JavaScript
Raw Normal View History

2024-08-20 23:25:37 +04:00
'use strict';
require('../modules/es.error.to-string');
require('../modules/es.object.to-string');
require('../modules/web.btoa');
require('../modules/web.dom-exception.constructor');
require('../modules/web.dom-exception.stack');
require('../modules/web.dom-exception.to-string-tag');
var path = require('../internals/path');
module.exports = path.btoa;