Typescript Library Declarations (ES2023)
Interface WeakSetConstructor
Hierarchy
WeakSetConstructor
Index
Constructors
constructor
Properties
prototype
Constructors
constructor
new
Weak
Set
Constructor
<
T
>
(
values
?
)
:
WeakSet
<
T
>
Type Parameters
T
extends
object
=
object
Parameters
Optional
values
:
readonly
T
[]
Returns
WeakSet
<
T
>
new
Weak
Set
Constructor
<
T
>
(
iterable
)
:
WeakSet
<
T
>
Type Parameters
T
extends
object
=
object
Parameters
iterable
:
Iterable
<
T
>
Returns
WeakSet
<
T
>
Properties
Readonly
prototype
prototype
:
WeakSet
<
object
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
constructor
prototype