9d4d2b6b5960e483e2e23ef87cf5f77c.json 1.74 KB
{"ast":null,"code":"var check = function (it) {\n  return it && it.Math == Math && it;\n}; // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\n\n\nmodule.exports = // eslint-disable-next-line no-undef\ncheck(typeof globalThis == 'object' && globalThis) || check(typeof window == 'object' && window) || check(typeof self == 'object' && self) || check(typeof global == 'object' && global) || // eslint-disable-next-line no-new-func\nfunction () {\n  return this;\n}() || Function('return this')();","map":{"version":3,"sources":["C:/Users/kkwan_000/Desktop/git/2017110269/minsung/node_modules/core-js-pure/internals/global.js"],"names":["check","it","Math","module","exports","globalThis","window","self","global","Function"],"mappings":"AAAA,IAAIA,KAAK,GAAG,UAAUC,EAAV,EAAc;AACxB,SAAOA,EAAE,IAAIA,EAAE,CAACC,IAAH,IAAWA,IAAjB,IAAyBD,EAAhC;AACD,CAFD,C,CAIA;;;AACAE,MAAM,CAACC,OAAP,GACE;AACAJ,KAAK,CAAC,OAAOK,UAAP,IAAqB,QAArB,IAAiCA,UAAlC,CAAL,IACAL,KAAK,CAAC,OAAOM,MAAP,IAAiB,QAAjB,IAA6BA,MAA9B,CADL,IAEAN,KAAK,CAAC,OAAOO,IAAP,IAAe,QAAf,IAA2BA,IAA5B,CAFL,IAGAP,KAAK,CAAC,OAAOQ,MAAP,IAAiB,QAAjB,IAA6BA,MAA9B,CAHL,IAIA;AACC,YAAY;AAAE,SAAO,IAAP;AAAc,CAA7B,EALA,IAKoCC,QAAQ,CAAC,aAAD,CAAR,EAPtC","sourcesContent":["var check = function (it) {\n  return it && it.Math == Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n  // eslint-disable-next-line no-undef\n  check(typeof globalThis == 'object' && globalThis) ||\n  check(typeof window == 'object' && window) ||\n  check(typeof self == 'object' && self) ||\n  check(typeof global == 'object' && global) ||\n  // eslint-disable-next-line no-new-func\n  (function () { return this; })() || Function('return this')();\n"]},"metadata":{},"sourceType":"script"}