Skip to content

Function: getKeys()

getKeys<K, V>(data): K[]

Defined in: packages/core/src/iterable/getKeys.ts:4

Get IterableList keys as array

Type Parameters

K

K

V

V

Parameters

data

IterableList<K, V>

Returns

K[]