weakset
There are 13 repositories under weakset topic.
TomerAberbach/weak-merge
🔗 A module for merging WeakSets and WeakMaps.
inspect-js/which-collection
Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
rousan/collections-es6
:gift: ES6 Map, Set, WeakMap and WeakSet polyfill in pure ES5
ferreiratiago/es6
Playground for ECMAScript 2015 (ES6)
inspect-js/is-weakmap
Is this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
inspect-js/is-weakset
Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
HowProgrammingWorks/Collections
Different types of Associative Collections
stdlib-js/assert-has-weakset-support
Detect native WeakSet support.
ivanovx/js-docs
JavaScript Next features and their demos
lamansky/weakable
[Node.js] Returns true if a value can be used as a WeakSet item or a WeakMap key.
Skyy-Banerjee/Arrays-And-Iterables-In-JS
All about Arrays[] and iterables in Javascript 🟡
lamansky/weakish-set
[Node.js] It’s like WeakSet but it supports non-objects.
rahman95/js-further-learning
ES6 further learning