mild-map
v1.2.0
Published
A WeakMap that supports any value, it holds strong references to primitives, and weak references to objects.
Downloads
207
Readme
MildMap
A WeakMap that supports any value, it holds strong references to primitives, and weak references to objects.
Install
npm install mild-mapUsage
It has the same API of a WeakMap, except that it just works with primitives too.
It also implements the size property, like a Map.
It also implements all the iteration methods, like a Map.
License
MIT © Fabio Spampinato
