1 |
- {"ast":null,"code":"var global = require('../internals/global');\n\nvar TypeError = global.TypeError; // `RequireObjectCoercible` abstract operation\n// https://tc39.es/ecma262/#sec-requireobjectcoercible\n\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};","map":{"version":3,"sources":["/home/ilya/projects/NIX/homework/react-store/node_modules/core-js-pure/internals/require-object-coercible.js"],"names":["global","require","TypeError","module","exports","it","undefined"],"mappings":"AAAA,IAAIA,MAAM,GAAGC,OAAO,CAAC,qBAAD,CAApB;;AAEA,IAAIC,SAAS,GAAGF,MAAM,CAACE,SAAvB,C,CAEA;AACA;;AACAC,MAAM,CAACC,OAAP,GAAiB,UAAUC,EAAV,EAAc;AAC7B,MAAIA,EAAE,IAAIC,SAAV,EAAqB,MAAMJ,SAAS,CAAC,0BAA0BG,EAA3B,CAAf;AACrB,SAAOA,EAAP;AACD,CAHD","sourcesContent":["var global = require('../internals/global');\n\nvar TypeError = global.TypeError;\n\n// `RequireObjectCoercible` abstract operation\n// https://tc39.es/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n"]},"metadata":{},"sourceType":"script"}
|