Package: effect
Module: Channel
Creates a channel that forwards upstream input elements, input errors, and the upstream done value unchanged.
Signature
declare const identity: <Elem, Err, Done>() => Channel<Elem, Err, Done, Elem, Err, Done>
Since v2.0.0