Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • WeakMapConstructor

Index

Constructors

Properties

Constructors

constructor

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

    • K: object

    • V

    Parameters

    • Optional entries: ReadonlyArray<[K, V]> | null

    Returns WeakMap<K, V>

Properties

prototype

prototype: WeakMap<object, any>

Generated using TypeDoc