mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-26 16:19:44 +08:00
5 lines
134 B
JavaScript
5 lines
134 B
JavaScript
// https://github.com/tc39/proposal-global
|
|
var $export = require('./_export');
|
|
|
|
$export($export.G, { global: require('./_global') });
|