Package: effect
Module: Reloadable
Makes a new reloadable service from a layer that describes the construction of a static service.
Signature
declare const manual: <I, S, In, E>(tag: Context.Tag<I, S>, options: { readonly layer: Layer.Layer<I, E, In>; }) => Layer.Layer<Reloadable<I>, E, In>
Since v2.0.0