UNPKG

@effect-ts/system

Version:

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

7 lines 321 B
import * as CK from "../../../../Collections/Immutable/Chunk/index.js"; import type * as C from "../core.js"; /** * Concatenates all of the streams in the chunk to one stream. */ export declare function concatAll<R, E, O>(streams: CK.Chunk<C.Stream<R, E, O>>): C.Stream<R, E, O>; //# sourceMappingURL=concatAll.d.ts.map