sowpods-trie

1.0.0 • Public • Published

sowpods-trie

Exposes a Trie datastructure for the SOWPODS dictionary.

Usage

const trie = require("sowpods-trie");
const found1 = trie.exists("VEGETARIAN"); // true
const found2 = trie.exists("CROMULENT"); // false

Dependents (0)

Package Sidebar

Install

npm i sowpods-trie

Weekly Downloads

1

Version

1.0.0

License

ISC

Last publish

Collaborators

  • bjornjs