2.0.1 • Published 1 year ago
infinity-set v2.0.1
Infinity Set
A Set that doesn't throw if you put more than 16 million items in it (16777216 to be exact).
Because that's what the native Set object does for some reason.
Install
npm install infinity-setUsage
It works just like Set, but it doesn't make you cry.
License
MIT © Fabio Spampinato