UNPKG

175 BTypeScriptView Raw
1import { MonoTypeOperatorAsyncFunction } from '../../interfaces';
2export declare function onErrorResumeNext<T>(...args: AsyncIterable<T>[]): MonoTypeOperatorAsyncFunction<T>;