Package: effect
Module: FiberRefs
Gets the value of the specified FiberRef in this collection of FiberRef
values if it exists or the initial value of the FiberRef otherwise.
Signature
declare const getOrDefault: { <A>(fiberRef: FiberRef.FiberRef<A>): (self: FiberRefs) => A; <A>(self: FiberRefs, fiberRef: FiberRef.FiberRef<A>): A; }
Since v2.0.0