@reactivex/ix-esnext-esm
Version:
The Interactive Extensions for JavaScript
1 lines • 698 B
Source Map (JSON)
{"version":3,"sources":["add/iterable/catcherror.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AACrD,OAAO,EAAE,UAAU,IAAI,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAEtE,kBAAkB;AAClB,SAAS,CAAC,UAAU,GAAG,WAAW,CAAC","file":"catcherror.js","sourcesContent":["import { IterableX } from '../../iterable/iterablex';\nimport { catchError as _catchError } from '../../iterable/catcherror';\n\n/** @nocollapse */\nIterableX.catchError = _catchError;\n\nexport declare namespace iterable {\n let catchError: typeof _catchError;\n}\n\ndeclare module '../../iterable/iterablex' {\n // eslint-disable-next-line no-shadow\n namespace IterableX {\n export { _catchError as catchError };\n }\n}\n"]}