Package: effect Module: Stream
effect
Stream
The identity pipeline, which does not modify streams in any way.
Signature
declare const identity: <A, E = never, R = never>() => Stream<A, E, R>
Source
Since v2.0.0