keys
keys<
A>(data): readonlystring[]
Defined in: Core/Rec.ts:105
Returns all keys of a record.
Type Parameters
Section titled “Type Parameters”A
Parameters
Section titled “Parameters”Readonly<Record<string, A>>
Returns
Section titled “Returns”readonly string[]