Interface WeakRefConstructor

Hierarchy

  • WeakRefConstructor

Constructors

Properties

Constructors

  • Creates a WeakRef instance for the given target object.

    Type Parameters

    • T extends object

    Parameters

    • target: T

      The target object for the WeakRef instance.

    Returns WeakRef<T>

Properties

prototype: WeakRef<any>