effect-io-ai

Package: effect
Module: FiberMap

FiberMap.unsafeHas

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