UNPKG

98 BTypeScriptView Raw
1export declare const createTrieFromList: (list: Array<string>) => import("./nodes").TrieRootNode;