{"version":3,"sources":["add/iterable/throwerror.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AACrD,OAAO,EAAE,UAAU,IAAI,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAE3E,kBAAkB;AAClB,SAAS,CAAC,UAAU,GAAG,gBAAgB,CAAC","file":"throwerror.js","sourcesContent":["import { IterableX } from '../../iterable/iterablex';\nimport { throwError as throwErrorStatic } from '../../iterable/throwerror';\n\n/** @nocollapse */\nIterableX.throwError = throwErrorStatic;\n\nexport declare namespace iterable {\n  let throwError: typeof throwErrorStatic;\n}\n\ndeclare module '../../iterable/iterablex' {\n  // eslint-disable-next-line no-shadow\n  namespace IterableX {\n    export { throwErrorStatic as throwError };\n  }\n}\n"]}