Skip to content

isEmpty

isEmpty<A>(data): boolean

Defined in: Utils/Rec.ts:223

Returns true if the record has no keys.

A

Readonly<Record<string, A>>

boolean