WeakSetConstructor | typescript
Interface WeakSetConstructor
Constructors
constructor
- new WeakSetConstructor(): WeakSet<any>
- new WeakSetConstructor<T>(values?: ReadonlyArray<T>): WeakSet<T>
-
Returns WeakSet<any>
-
Type parameters
Parameters
-
Optional values: ReadonlyArray<T>
Returns WeakSet<T>
Properties
prototype
prototype: WeakSet<any>