1 |
- {"ast":null,"code":"'use strict';\n\nvar isConstructor = require('../internals/is-constructor');\nvar tryToString = require('../internals/try-to-string');\nvar $TypeError = TypeError;\n\n// `Assert: IsConstructor(argument) is true`\nmodule.exports = function (argument) {\n if (isConstructor(argument)) return argument;\n throw new $TypeError(tryToString(argument) + ' is not a constructor');\n};","map":{"version":3,"names":["isConstructor","require","tryToString","$TypeError","TypeError","module","exports","argument"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/core-js-pure/internals/a-constructor.js"],"sourcesContent":["'use strict';\nvar isConstructor = require('../internals/is-constructor');\nvar tryToString = require('../internals/try-to-string');\n\nvar $TypeError = TypeError;\n\n// `Assert: IsConstructor(argument) is true`\nmodule.exports = function (argument) {\n if (isConstructor(argument)) return argument;\n throw new $TypeError(tryToString(argument) + ' is not a constructor');\n};\n"],"mappings":"AAAA,YAAY;;AACZ,IAAIA,aAAa,GAAGC,OAAO,CAAC,6BAA6B,CAAC;AAC1D,IAAIC,WAAW,GAAGD,OAAO,CAAC,4BAA4B,CAAC;AAEvD,IAAIE,UAAU,GAAGC,SAAS;;AAE1B;AACAC,MAAM,CAACC,OAAO,GAAG,UAAUC,QAAQ,EAAE;EACnC,IAAIP,aAAa,CAACO,QAAQ,CAAC,EAAE,OAAOA,QAAQ;EAC5C,MAAM,IAAIJ,UAAU,CAACD,WAAW,CAACK,QAAQ,CAAC,GAAG,uBAAuB,CAAC;AACvE,CAAC","ignoreList":[]},"metadata":{},"sourceType":"script","externalDependencies":[]}
|