UNPKG

rxjs

Version:

Reactive Extensions for modern JavaScript

4 lines 329 B
import { Observable } from '../Observable'; import { ObservableInput, OperatorFunction, ObservedValueOf } from '../types'; export declare function catchError<T, O extends ObservableInput<any>>(selector: (err: any, caught: Observable<T>) => O): OperatorFunction<T, T | ObservedValueOf<O>>; //# sourceMappingURL=catchError.d.ts.map