TenantAtlas/apps/platform/.pnpm-store/v10/files/5b/571e790f66b4a13362032109ec7be4128ae2c5b532eb1e93518531eeeb66b036c4a75fe908f95959a32a704318f3d74f69340fa061d2d7514598d270be0228
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

4 lines
329 B
Plaintext

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