Showing 1-5 of 5 packages
Simple bi directional map implementation using 2 es6 maps
Map with bidirectional lookups - query by key or value
A collection of additional map-like data structures. Including a bidirectional map, a multi map, and a bidirectional multi map.
Bi Directional Map ( BIDI Map ) for NodeJS
Map, but extended to be bidirectional. Values will stay unique by deleting previous keys. Also a 'strict' version, which throws on duplicates instead, and a 'silent' version, which ignores assignments of existing values.