JSPM

extra-map

2.0.88
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 344
  • Score
    100M100P100Q70895F
  • License MIT

A map is a collection of key-value pairs, with unique keys.

Package Exports

  • extra-map

Readme

A map is a collection of key-value pairs, with unique keys. 🏃 📼 📦 🌔

const Map = require('extra-map');
// Map.is(<value>)
// Map.equal(<map1>, <map2>)
// ...

nodef