aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/modules/$.global.js
blob: df6efb476495c6d6960a3ee585d01cef5c707cd8 (plain)
1
2
3
4
// 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 : Function('return this')();
if(typeof __g == 'number')__g = global; // eslint-disable-line no-undef