effect-io-ai

Package: effect
Module: HashMap

HashMap.has

Checks if the specified key has an entry in the HashMap.

Signature

declare const has: { <K1 extends K, K>(key: K1): <K, V>(self: HashMap<K, V>) => boolean; <K1 extends K, K, V>(self: HashMap<K, V>, key: K1): boolean; }

Source

Since v2.0.0