mild-set
v1.2.0
Published
A WeakSet that supports any value, it holds strong references to primitives, and weak references to objects.
Readme
MildSet
A WeakSet that supports any value, it holds strong references to primitives, and weak references to objects.
Install
npm install mild-setUsage
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.
It also implements all the iteration methods, like a Set.
License
MIT © Fabio Spampinato
