Skip to content

isEmpty

isEmpty<K, V>(m): boolean

Defined in: Utils/Dict.ts:140

Returns true if the dictionary has no entries.

K

V

ReadonlyMap<K, V>

boolean

Dict.isEmpty(Dict.empty()); // true