effect-io-ai

Package: effect
Module: Channel

Channel.identity

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>

Source

Since v2.0.0