es6-map@0.1.5
// ECMAScript6 Map polyfill
$ npm install es6-map
downloads/wk
1,369,990
license
MIT
version
0.1.5
published
Mar 17, 2017
What is es6-map?
es6-map is a polyfill that implements the ECMAScript 6 Map data structure for JavaScript environments that don't natively support it. It provides a hash-based collection for storing key-value pairs with improved performance and functionality compared to plain objects. Developers use this package to write code using the ES6 Map API while maintaining compatibility with older JavaScript runtimes.
Links
Keywords
Dependencies (6)
Maintainers
medikoo