Preparing search index...
The search index is not available
Vinyl
Vinyl
@amzn/vinyl-util
flipMap
Function flipMap
flip
Map
<
K
,
V
>
(
map
)
:
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.