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