A map implementation that supports multiple keys
npm install @final-hill/multi-key-map


- Introduction
- Library Installation
- Usage
This library is a map implementation that supports multiple keys.
Also known as a Trie
Note that the license for this library is AGPL-3.0-only.
You should know what that means before
using this library. If you would like an exception to this license per section 7
contact the author.
As a dependency run the command:
npm install @final-hill/multi-key-map
You can also use a specific version:
npm install @final-hill/multi-key-map@1.0.0
For use in a webpage:
With a specific version: