Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WeakMapConstructor

Hierarchy

  • WeakMapConstructor

Index

Constructors

Properties

Constructors

constructor

  • new WeakMapConstructor<K, V>(entries?: keyof [K, V][] | null): WeakMap<K, V>
  • new WeakMapConstructor<K, V>(iterable: Iterable<[K, V]>): WeakMap<K, V>
  • Type parameters

    • K: object

    • V

    Parameters

    • Optional entries: keyof [K, V][] | null

    Returns WeakMap<K, V>

  • Type parameters

    • K: object

    • V

    Parameters

    Returns WeakMap<K, V>

Properties

prototype

prototype: WeakMap<object, any>