News

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, providing a more complete Hash structure.
The original es6-collections project that this is based on.; the bigger and rich in dependencies WeakMap shim from Mark S. Miller, the best attempt to avoid undesired memory leaks.Bear in mind some ...