Skip to content

isEmpty

isEmpty<A>(s): boolean

Defined in: Utils/Uniq.ts:89

Returns true if the collection has no items.

A

ReadonlySet<A>

boolean

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