Multimap is an data structure that maps a key to a list/set of values.
Is there a good, unobtrusive js library that implements this data structure?
Edit - I know I can implement it "easily" myself, but I believe having it as a standalone abstraction is a good thing, so answers to this questions should not be "just implement it yourself".