Interface WeakSetConstructor

    interface WeakSetConstructor {
        new WeakSetConstructornew <T>(values?: readonly T[]): WeakSet<T>;
        new WeakSetConstructornew <T>(iterable: Iterable<T, any, any>): WeakSet<T>;
        prototype: WeakSet<WeakKey>;
    }

    Constructors

    Properties

    Constructors

    Properties

    prototype: WeakSet<WeakKey>