@reactivex/ix-esnext-esm
Version:
The Interactive Extensions for JavaScript
10 lines (9 loc) • 313 B
TypeScript
import { catchError as catchErrorStatic } from '../../asynciterable/catcherror';
export declare namespace asynciterable {
let catchError: typeof catchErrorStatic;
}
declare module '../../asynciterable/asynciterablex' {
namespace AsyncIterableX {
export { catchErrorStatic as catchError };
}
}