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