effect-io-ai

Package: effect
Module: Layer

Layer.isFresh

Returns true if the specified Layer is a fresh version that will not be shared, false otherwise.

Signature

declare const isFresh: <RIn, E, ROut>(self: Layer<ROut, E, RIn>) => boolean

Source

Since v2.0.0