effect-io-ai

Package: effect
Module: FiberMap

FiberMap.has

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>; }

Source

Since v2.0.0