many-keys-map
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "many-keys-map", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A `Map` subclass with support for multiple keys for one entry.", | ||
@@ -20,2 +20,5 @@ "keywords": [ | ||
"type": "module", | ||
"exports": "./index.js", | ||
"main": "./index.js", | ||
"types": "./index.d.ts", | ||
"files": [ | ||
@@ -22,0 +25,0 @@ "index.d.ts", |
@@ -8,3 +8,3 @@ # many-keys-map [![(size)][badge-gzip]](#no-link) | ||
A `ManyKeysMap` object is identical to a regular `Map`, which the exception that it only supports a _sequence of keys_ as key, instead of a single key. This will let you attach a value to a specific combination of keys, instead of a single key. | ||
A `ManyKeysMap` object is identical to a regular `Map`, with the exception that it only supports a _sequence of keys_ as key, instead of a single key. This will let you attach a value to a specific combination of keys, instead of a single key. | ||
@@ -11,0 +11,0 @@ ```js |
6826