effect-io-ai

Package: effect
Module: Stream

Stream.chunks

Exposes the underlying chunks of the stream as a stream of chunks of elements.

Signature

declare const chunks: <A, E, R>(self: Stream<A, E, R>) => Stream<Chunk.Chunk<A>, E, R>

Source

Since v2.0.0