wallet-core/node_modules/core-js/modules/$.global.js
2017-05-03 15:35:00 +02:00

4 lines
322 B
JavaScript

// 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