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