1// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028 2var 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')(); 6if (typeof __g == 'number') __g = global; // eslint-disable-line no-undef 7