effect-io-ai

Package: effect
Module: Layer

Layer.build

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