Vinyl
Preparing search index...
@amzn/vinyl-util
flipMap
Function flipMap
flipMap
<
K
,
V
>
(
map
:
ReadonlyMap
<
K
,
V
>
)
:
Map
<
V
,
K
>
Flips a map so that the keys become the values and the values become the keys.
Type Parameters
K
V
Parameters
map
:
ReadonlyMap
<
K
,
V
>
Returns
Map
<
V
,
K
>
Returns a new map.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Vinyl
Loading...
Flips a map so that the keys become the values and the values become the keys.