Skip to content

isEmpty

isEmpty<A>(data): boolean

Defined in: Core/Rec.ts:192

Returns true if the record has no keys.

A

Readonly<Record<string, A>>

boolean