UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

10 lines (9 loc) 301 B
import { catchAll as catchAllStatic } from '../../asynciterable/catcherror'; export declare namespace asynciterable { let catchAll: typeof catchAllStatic; } declare module '../../asynciterable/asynciterablex' { namespace AsyncIterableX { export { catchAllStatic as catchAll }; } }