effect-io-ai

Package: effect
Module: Layer

Layer.fresh

Creates a fresh version of this layer that will not be shared.

Signature

declare const fresh: <A, E, R>(self: Layer<A, E, R>) => Layer<A, E, R>

Source

Since v2.0.0