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 308 B
import type * as C from "../core.js"; /** * Submerges the iterables carried by this stream into the stream's structure, while * still preserving them. */ export declare function flattenIterables<R, E, A>(self: C.Stream<R, E, Iterable<A>>): C.Stream<R, E, A>; //# sourceMappingURL=flattenIterables.d.ts.map