1// https://github.com/tc39/proposal-global 2var $export = require('./_export'); 3 4$export($export.G, { global: require('./_global') }); 5