Package: effect Module: FiberMap
effect
FiberMap
Check if a key exists in the FiberMap.
Signature
declare const unsafeHas: { <K>(key: K): <A, E>(self: FiberMap<K, A, E>) => boolean; <K, A, E>(self: FiberMap<K, A, E>, key: K): boolean; }
Source
Since v2.0.0