Package: effect
Module: ScopedRef
Creates a new ScopedRef from the specified value. This method should
not be used for values whose creation require the acquisition of resources.
Signature
declare const make: <A>(evaluate: LazyArg<A>) => Effect.Effect<ScopedRef<A>, never, Scope.Scope>
Since v2.0.0