UNPKG

@reactivex/ix-es2015-cjs

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 }; } }