1 |
- {"ast":null,"code":"'use strict';\n\nvar $TypeError = TypeError;\nmodule.exports = function (passed, required) {\n if (passed < required) throw new $TypeError('Not enough arguments');\n return passed;\n};","map":{"version":3,"names":["$TypeError","TypeError","module","exports","passed","required"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/core-js-pure/internals/validate-arguments-length.js"],"sourcesContent":["'use strict';\nvar $TypeError = TypeError;\n\nmodule.exports = function (passed, required) {\n if (passed < required) throw new $TypeError('Not enough arguments');\n return passed;\n};\n"],"mappings":"AAAA,YAAY;;AACZ,IAAIA,UAAU,GAAGC,SAAS;AAE1BC,MAAM,CAACC,OAAO,GAAG,UAAUC,MAAM,EAAEC,QAAQ,EAAE;EAC3C,IAAID,MAAM,GAAGC,QAAQ,EAAE,MAAM,IAAIL,UAAU,CAAC,sBAAsB,CAAC;EACnE,OAAOI,MAAM;AACf,CAAC","ignoreList":[]},"metadata":{},"sourceType":"script","externalDependencies":[]}
|