effect-io-ai

Package: effect
Module: Layer

Layer.passthrough

Returns a new layer that produces the outputs of this layer but also passes through the inputs.

Signature

declare const passthrough: <RIn, E, ROut>(self: Layer<ROut, E, RIn>) => Layer<RIn | ROut, E, RIn>

Source

Since v2.0.0