Version 1
[yaffs-website] / node_modules / core-js / library / modules / _global.js
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 : Function('return this')();
4 if(typeof __g == 'number')__g = global; // eslint-disable-line no-undef