@wry/trie

https://en.wikipedia.org/wiki/Trie

  • Types
  • ESM
  • CJS
License
MIT
Install Size
31.1 kB(121.4 kB)
Vulns
0
Published

Get started

$npm install @wry/trie
$pnpm add @wry/trie
$yarn add @wry/trie
$bun add @wry/trie
$deno add npm:@wry/trie
$vlt install @wry/trie
$vp add @wry/trie

Weekly DownloadsAcross all versions

Node.js
>=8

Versions

View all versions
0.5.0
latestnext

Readme

@wry/trie

A trie data structure that holds object keys weakly, yet can also hold non-object keys, unlike WeakMap.