es7.system.global.js 143 B

1234
  1. // https://github.com/ljharb/proposal-global
  2. var $export = require('./_export');
  3. $export($export.S, 'System', {global: require('./_global')});