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