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

Readme

Keywords

Package Sidebar

Install

npm i sowpods-trie

Weekly Downloads

4

Version

1.0.0

License

ISC

Last publish

Collaborators

  • bjornjs