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