summaryrefslogtreecommitdiff
path: root/node_modules/core-js/library/modules/es7.system.global.js
blob: 8c2ab82de1bb90d8ca4e9cdbdb002ecd1d765e4c (plain)
1
2
3
4
// https://github.com/ljharb/proposal-global
var $export = require('./_export');

$export($export.S, 'System', {global: require('./_global')});