Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 180 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 180 Bytes

trie-map

A prefix tree implementation for auto-complete and efficient prefix matching. MIT Licensed.

npm install @thelukester92/trie-map
yarn add @thelukester92/trie-map