Skip to content

keys

keys<A>(data): readonly string[]

Defined in: Core/Rec.ts:105

Returns all keys of a record.

A

Readonly<Record<string, A>>

readonly string[]