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