Package: effect
Module: HashMap
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; }
Since v2.0.0