Trie datastructure for the SOWPODS dictionary
npm install sowpods-trieExposes a Trie datastructure for the SOWPODS dictionary.
````
const trie = require("sowpods-trie");
const found1 = trie.exists("VEGETARIAN"); // true
const found2 = trie.exists("CROMULENT"); // false