189fa2d0f07d76c623192a2894c6be79.json 909 Bytes
{"ast":null,"code":"module.exports = function (it, Constructor, name) {\n  if (!(it instanceof Constructor)) {\n    throw TypeError('Incorrect ' + (name ? name + ' ' : '') + 'invocation');\n  }\n\n  return it;\n};","map":{"version":3,"sources":["C:/Users/kkwan_000/Desktop/git/2017110269/minsung/node_modules/core-js-pure/internals/an-instance.js"],"names":["module","exports","it","Constructor","name","TypeError"],"mappings":"AAAAA,MAAM,CAACC,OAAP,GAAiB,UAAUC,EAAV,EAAcC,WAAd,EAA2BC,IAA3B,EAAiC;AAChD,MAAI,EAAEF,EAAE,YAAYC,WAAhB,CAAJ,EAAkC;AAChC,UAAME,SAAS,CAAC,gBAAgBD,IAAI,GAAGA,IAAI,GAAG,GAAV,GAAgB,EAApC,IAA0C,YAA3C,CAAf;AACD;;AAAC,SAAOF,EAAP;AACH,CAJD","sourcesContent":["module.exports = function (it, Constructor, name) {\n  if (!(it instanceof Constructor)) {\n    throw TypeError('Incorrect ' + (name ? name + ' ' : '') + 'invocation');\n  } return it;\n};\n"]},"metadata":{},"sourceType":"script"}