@kamilmielnik/trie / has
has(
node
,word
):boolean
Defined in: lib/has.ts:12
Tells you whether given word is in the Node.
Node to look for word in.
string
Word to be found.
boolean
true if given word is in the Node, false otherwise.
@kamilmielnik/trie / has
has(
node
,word
):boolean
Defined in: lib/has.ts:12
Tells you whether given word is in the Node.
Node to look for word in.
string
Word to be found.
boolean
true if given word is in the Node, false otherwise.