Package: effect
Module: Layer
Converts a layer that requires no services into a scoped runtime, which can be used to execute effects.
Signature
declare const toRuntime: <RIn, E, ROut>(self: Layer<ROut, E, RIn>) => Effect.Effect<Runtime.Runtime<ROut>, E, Scope.Scope | RIn>
Since v2.0.0