association-table
v1.1.0
Published
This is an implementation of an Association table. It keeps track of many => many relationships between two types of items. Operations on a given key (or value) can return multiples of the equivalent value (or key).
Downloads
5
Maintainers
Readme
Association Table
Provides a simple many to many association data structure.
Installation
npm install --save many-to-many-map