News

Differences between Map and WeakMap Map A Map is essentially a collection of key-value pairs. Unlike a regular Object, where keys must be strings, the ES6 Map data structure allows keys of any type, ...
This was a fork of es6-collections changed to work well under browserify. core-js (especially when used via Babel) has since better met my needs, so consider this module deprecated. The aim of this ...