Appearance
getEntries<K, V>(map): [K, V][]
K
V
map
Defined in: packages/core/src/iterable/getEntries.ts:2
Map entries as array
Map<K, V>
Map
[K, V][]