Package: effect Module: Stream
effect
Stream
Runs the stream and emits the number of elements processed
Signature
declare const runCount: <A, E, R>(self: Stream<A, E, R>) => Effect.Effect<number, E, R>
Source
Since v2.0.0