UNPKG

233 BTypeScriptView Raw
1import { MonoTypeOperatorAsyncFunction } from '../../interfaces';
2export declare function catchWith<TSource>(handler: (error: any) => AsyncIterable<TSource> | Promise<AsyncIterable<TSource>>): MonoTypeOperatorAsyncFunction<TSource>;