wallet-core/node_modules/core-js/modules/es7.system.global.js

4 lines
143 B
JavaScript
Raw Normal View History

2016-10-10 03:43:44 +02:00
// https://github.com/ljharb/proposal-global
var $export = require('./_export');
$export($export.S, 'System', {global: require('./_global')});