Package: effect Module: Layer
effect
Layer
Lazily constructs a layer from the specified value, which must return one or more services.
Signature
declare const syncContext: <A>(evaluate: LazyArg<Context.Context<A>>) => Layer<A>
Source
Since v2.0.0