@kamilmielnik/trie / Node
Defined in: types.ts:5
Keys are single characters (strings of length 1) or "wordEnd". "wordEnd: true" indicates that keys of all parent Nodes make a valid word when joined together.
Record
<string
,Node
|true
|undefined
>
[key
: string
]: undefined
| true
| Node
optional
wordEnd:true
Defined in: types.ts:6