a map like object, similar to a WeakMap, that weakly stores keys of Objects and Functions, but can also (strongly) store primitive objects as keys, similar to Map. hence the name, HybridWeakMap

Type Parameters

  • K
  • V

Implements

Constructors

Properties

Methods

Constructors

Properties

wmap: WeakMap<K & WeakKey, V> = ...
smap: Map<K & PropertyKey, V> = ...

Methods

Generated using TypeDoc