UNPKG

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