has
has<
K>(key): <V>(m) =>boolean
Defined in: Utils/Dict.ts:108
Returns true if the dictionary contains the given key.
Type Parameters
Section titled “Type Parameters”K
Parameters
Section titled “Parameters”K
Returns
Section titled “Returns”<
V>(m):boolean
Type Parameters
Section titled “Type Parameters”V
Parameters
Section titled “Parameters”ReadonlyMap<K, V>
Returns
Section titled “Returns”boolean