4 lines
143 B
JavaScript
4 lines
143 B
JavaScript
// https://github.com/ljharb/proposal-global
|
|
var $export = require('./_export');
|
|
|
|
$export($export.S, 'System', {global: require('./_global')}); |