# @wry/trie

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

Latest version **0.5.0** (published 2023-10-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install @wry/trie
pnpm add @wry/trie
yarn add @wry/trie
bun add @wry/trie
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.5.0 |
| Published | 2023-10-24 |
| First published | 2020-12-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=8 |
| Dependencies | 1 |
| Unpacked size | 30.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 91 |
| Author | Ben Newman |
| Maintainers | benjamn |
| Keywords | trie, prefix, weak, dictionary, lexicon |

## Links

- npm: https://www.npmjs.com/package/@wry/trie
- Repository: https://github.com/benjamn/wryware
- Issues: https://github.com/benjamn/wryware/issues
- npm.io page: https://npm.io/package/@wry/trie

## Dependencies (1)

- [tslib](https://npm.io/package/tslib.md) ^2.3.0

## Alternatives

- [@fortawesome/react-fontawesome](https://npm.io/package/@fortawesome/react-fontawesome.md) — 2.2M weekly downloads
- [roboto-fontface](https://npm.io/package/roboto-fontface.md) — 196.0K weekly downloads
- [@react-native-vector-icons/common](https://npm.io/package/@react-native-vector-icons/common.md) — 150.4K weekly downloads
- [@procore/core-icons](https://npm.io/package/@procore/core-icons.md) — 4.6K weekly downloads
- [@react-md/material-icons](https://npm.io/package/@react-md/material-icons.md) — 1.6K weekly downloads

## Recent versions

- 0.5.0 (latest) — 2023-10-24
- 0.4.3 — 2023-05-15
- 0.4.2 — 2023-05-04
- 0.4.1 — 2023-05-03
- 0.4.0 — 2023-05-01
- 0.3.2 — 2022-08-12
- 0.3.1 — 2021-08-05
- 0.3.0 — 2021-03-18
- 0.2.2 — 2021-02-09
- 0.2.1 — 2020-12-16
- 0.2.0 — 2020-12-16

## README

# @wry/trie

A [trie](https://en.wikipedia.org/wiki/Trie) data structure that holds
object keys weakly, yet can also hold non-object keys, unlike `WeakMap`.

---
_Source: https://npm.io/package/@wry/trie · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
