JSPM

sowpods-trie

1.0.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 2
    • Score
      100M100P100Q29107F
    • License ISC

    Trie datastructure for the SOWPODS dictionary

    Package Exports

    • sowpods-trie

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (sowpods-trie) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    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