node-pseudomap

like ES6 `Map`, but without iterators
  https://github.com/isaacs/pseudomap
  0
  no reviews



A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.

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