Package: effect
Module: Layer
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>
Since v2.0.0