UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

10 lines (9 loc) 316 B
import { catchError as catchErrorStatic } from '../../asynciterable/catcherror.js'; export declare namespace asynciterable { let catchError: typeof catchErrorStatic; } declare module '../../asynciterable/asynciterablex' { namespace AsyncIterableX { export { catchErrorStatic as catchError }; } }