UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

3 lines (2 loc) 127 B
import { OperatorFunction } from '../../interfaces'; export declare function concatAll<T>(): OperatorFunction<Iterable<T>, T>;