Search
Preparing search index...
The search index is not available
play-dl
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
play-dl
<internal>
MapConstructor
Interface MapConstructor
Hierarchy
MapConstructor
Index
Constructors
constructor
Properties
[species]
prototype
Constructors
constructor
new
Map
Constructor
(
)
:
<internal>
.
Map
<
any
,
any
>
new
Map
Constructor
<
K
,
V
>
(
entries
?:
null
|
readonly
readonly
[
K
,
V
]
[]
)
:
<internal>
.
Map
<
K
,
V
>
new
Map
Constructor
<
K
,
V
>
(
iterable
:
Iterable
<
readonly
[
K
,
V
]
>
)
:
<internal>
.
Map
<
K
,
V
>
Returns
<internal>
.
Map
<
any
,
any
>
Type parameters
K
V
Parameters
Optional
entries:
null
|
readonly
readonly
[
K
,
V
]
[]
Returns
<internal>
.
Map
<
K
,
V
>
Type parameters
K
V
Parameters
iterable:
Iterable
<
readonly
[
K
,
V
]
>
Returns
<internal>
.
Map
<
K
,
V
>
Properties
Readonly
[species]
[species]
:
MapConstructor
Readonly
prototype
prototype
:
<internal>
.
Map
<
any
,
any
>
Exports
<internal>
"node:stream/consumers"
"node:stream/promises"
Event
Emitter
internal
Map
Constructor
constructor
[species]
prototype
Generated using
TypeDoc