nonstrict-map

0.1.2 • Public • Published

NonStrictMap

Auto serialize and deserialize keys in ES6 Map.

Build Status Coverage Status Node version MIT License

NPM

const map = new NonStrictMap([
  [ { x: 5, y: 6 }, someValue ],
]);
 
map.get({ x: 5, y: 6 }) === someValue;

/nonstrict-map/

    Package Sidebar

    Install

    npm i nonstrict-map

    Weekly Downloads

    3

    Version

    0.1.2

    License

    MIT

    Last publish

    Collaborators

    • cheerlesscloud