Skip to content

Function: getValues()

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

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

Get Map values as Array

Type Parameters

K

K

V

V

Parameters

data

IterableList<K, V>

Returns

V[]