6d12234318fec7fbcfec4c37c206d31d.json 621 Bytes
{"ast":null,"code":"module.exports = function (it) {\n  return typeof it === 'object' ? it !== null : typeof it === 'function';\n};","map":{"version":3,"sources":["C:/Users/kkwan_000/Desktop/git/2017110269/minsung/node_modules/core-js-pure/internals/is-object.js"],"names":["module","exports","it"],"mappings":"AAAAA,MAAM,CAACC,OAAP,GAAiB,UAAUC,EAAV,EAAc;AAC7B,SAAO,OAAOA,EAAP,KAAc,QAAd,GAAyBA,EAAE,KAAK,IAAhC,GAAuC,OAAOA,EAAP,KAAc,UAA5D;AACD,CAFD","sourcesContent":["module.exports = function (it) {\n  return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n"]},"metadata":{},"sourceType":"script"}