UNPKG

@effect-ts/system

Version:

Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.

6 lines 279 B
import type * as C from "../core.js"; /** * Like `mergeAll`, but runs all streams concurrently. */ export declare function mergeAllUnbounded(outputBuffer?: number): <R, E, O>(...streams: C.Stream<R, E, O>[]) => C.Stream<R, E, O>; //# sourceMappingURL=mergeAllUnbounded.d.ts.map