effect-io-ai

Package: effect
Module: Record

Record.keys

Retrieve the keys of a given record as an array.

Signature

declare const keys: <K extends string | symbol, A>(self: ReadonlyRecord<K, A>) => Array<K & string>

Source

Since v2.0.0