UNPKG

329 BTypeScriptView Raw
1import { Observable } from '../Observable';
2import { ObservableInput, OperatorFunction, ObservedValueOf } from '../types';
3export declare function catchError<T, O extends ObservableInput<any>>(selector: (err: any, caught: Observable<T>) => O): OperatorFunction<T, T | ObservedValueOf<O>>;
4//# sourceMappingURL=catchError.d.ts.map
\No newline at end of file