A WeakSet that supports any value, it holds strong references to primitives, and weak references to objects.
npm install --save mild-set
It has the same API of a WeakSet, except that it just works with primitives too.
It also implements the size
property, like a Set.
MIT © Fabio Spampinato