node-es6-map

ECMAScript6 Map polyfill
  https://github.com/medikoo/es6-map
  0
  no reviews



Map collection as specified in ECMAScript6

Warning: 0.1 version does not ensure O(1) algorithm complexity (but O(n)). This shortcoming will be addressed in 1.0.

Node.js is an event-based server-side JavaScript engine.