Package: effect
Module: Stream
Submerges the chunks carried by this stream into the stream’s structure, while still preserving them.
Signature
declare const flattenChunks: <A, E, R>(self: Stream<Chunk.Chunk<A>, E, R>) => Stream<A, E, R>
Since v2.0.0