side-channel-weakmap

Store information about any JS value in a side channel. Uses WeakMap if available.

side-channel

Store information about any JS value in a side channel. Uses WeakMap if available.

is-weakmap

Is this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag.

which-collection

Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.