Search
Preparing search index...
The search index is not available
Plan Engine
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
MapConstructor
Interface MapConstructor
Hierarchy
MapConstructor
Index
Constructors
constructor
Properties
__@species
prototype
Constructors
constructor
new
Map
Constructor
(
)
:
Map
<
any
,
any
>
new
Map
Constructor<K, V>
(
entries
?:
ReadonlyArray
<
[
K
,
V
]
>
|
null
)
:
Map
<
K
,
V
>
new
Map
Constructor<K, V>
(
iterable
:
Iterable
<
[
K
,
V
]
>
)
:
Map
<
K
,
V
>
Returns
Map
<
any
,
any
>
Type parameters
K
V
Parameters
Optional
entries:
ReadonlyArray
<
[
K
,
V
]
>
|
null
Returns
Map
<
K
,
V
>
Type parameters
K
V
Parameters
iterable:
Iterable
<
[
K
,
V
]
>
Returns
Map
<
K
,
V
>
Properties
__@species
__@species
:
MapConstructor
prototype
prototype
:
Map
<
any
,
any
>
Globals
Map
Constructor
constructor
__@species
prototype
Generated using
TypeDoc