Package: effect
Module: Sink
Creates a pipe-style constructor for sinks over input type In.
Details
The returned function exposes the sink input as a Stream<In>, applies the
provided pipeline, and uses the final effect’s success value as the sink
result.
Signature
declare const make: <In>() => make.Constructor<In>
Since v4.0.0