isEmpty
isEmpty<
A>(data):boolean
Defined in: Core/Rec.ts:192
Returns true if the record has no keys.
Type Parameters
Section titled “Type Parameters”A
Parameters
Section titled “Parameters”Readonly<Record<string, A>>
Returns
Section titled “Returns”boolean