Package: effect Module: Layer
effect
Layer
Returns true if the specified Layer is a fresh version that will not be shared, false otherwise.
true
false
Signature
declare const isFresh: <RIn, E, ROut>(self: Layer<ROut, E, RIn>) => boolean
Source
Since v2.0.0