Package: effect Module: Layer
effect
Layer
Constructs a Layer that passes along the specified context as an output.
Signature
declare const context: <R>() => Layer<R, never, R>
Source
Since v2.0.0