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

/sowpods-trie/

    Package Sidebar

    Install

    npm i sowpods-trie

    Weekly Downloads

    9

    Version

    1.0.0

    License

    ISC

    Last publish

    Collaborators

    • bjornjs