Multimap maps one key to a set of many values
npm install @stimulus/multimap
The @stimulus/multimap package provides implementations of a _multimap_, or a map of keys where each key points to a set of many values.
@stimulus/multimap