Sha256: 25904466671407bb2f15895c8b5c3843c91f74020e25e709bc438f2378c2480f
Contents?: true
Size: 347 Bytes
Versions: 62
Compression:
Stored size: 347 Bytes
Contents
// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028 var UNDEFINED = 'undefined'; 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
Version data entries
62 entries across 31 versions & 1 rubygems