_global.js 369 B

123456
  1. // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
  2. var global = module.exports = typeof window != 'undefined' && window.Math == Math
  3. ? window : typeof self != 'undefined' && self.Math == Math ? self
  4. // eslint-disable-next-line no-new-func
  5. : Function('return this')();
  6. if (typeof __g == 'number') __g = global; // eslint-disable-line no-undef