isEmpty
isEmpty<
K,V>(m):boolean
Defined in: Utils/Dict.ts:140
Returns true if the dictionary has no entries.
Type Parameters
Section titled “Type Parameters”K
V
Parameters
Section titled “Parameters”ReadonlyMap<K, V>
Returns
Section titled “Returns”boolean