Skip to content

Auto serialize and deserialize keys for ECMAScript 2016 Map

License

Notifications You must be signed in to change notification settings

CheerlessCloud/nonstrict-map

Repository files navigation

NonStrictMap

Auto serialize and deserialize keys in ES6 Map.

Build Status Coverage Status node MIT License

NPM

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

map.get({ x: 5, y: 6 }) === someValue;

About

Auto serialize and deserialize keys for ECMAScript 2016 Map

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published