Package: effect Module: Layer
effect
Layer
Builds a layer into a scoped value.
Signature
declare const build: <RIn, E, ROut>(self: Layer<ROut, E, RIn>) => Effect.Effect<Context.Context<ROut>, E, Scope.Scope | RIn>
Source
Since v2.0.0