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

4 lines
143 B
JavaScript
Raw Normal View History

2020-02-06 10:09:39 +00:00
// https://github.com/ljharb/proposal-global
var $export = require('./_export');
$export($export.S, 'System', {global: require('./_global')});