UNPKG

159 BTypeScriptView Raw
1import { OperatorAsyncFunction } from '../../interfaces';
2export declare function mergeAll<TSource>(): OperatorAsyncFunction<AsyncIterable<TSource>, TSource>;