@reactivex/ix-esnext-esm
Version:
The Interactive Extensions for JavaScript
1 lines • 772 B
Source Map (JSON)
{"version":3,"sources":["add/asynciterable/catcherror.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AACpE,OAAO,EAAE,UAAU,IAAI,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAEhF,kBAAkB;AAClB,cAAc,CAAC,UAAU,GAAG,gBAAgB,CAAC","file":"catcherror.js","sourcesContent":["import { AsyncIterableX } from '../../asynciterable/asynciterablex';\nimport { catchError as catchErrorStatic } from '../../asynciterable/catcherror';\n\n/** @nocollapse */\nAsyncIterableX.catchError = catchErrorStatic;\n\nexport declare namespace asynciterable {\n let catchError: typeof catchErrorStatic;\n}\n\ndeclare module '../../asynciterable/asynciterablex' {\n // eslint-disable-next-line no-shadow\n namespace AsyncIterableX {\n export { catchErrorStatic as catchError };\n }\n}\n"]}