Preparing search index...
The search index is not available
Entity
Entity
@expo/entity
invertMap
Function invertMap
Create a new Map by inverting keys and values of specified map.
invert
Map
<
K
,
V
>
(
map
)
:
Map
<
V
,
K
>
Type Parameters
K
V
Parameters
map
:
ReadonlyMap
<
K
,
V
>
map to invert
Returns
Map
<
V
,
K
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Entity
Loading...
Create a new Map by inverting keys and values of specified map.