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