mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 06:09:11 +08:00
5 lines
144 B
JavaScript
5 lines
144 B
JavaScript
// https://github.com/tc39/proposal-global
|
|
var $export = require('./_export');
|
|
|
|
$export($export.S, 'System', { global: require('./_global') });
|