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