UNPKG

108 BTypeScriptView Raw
1import { TrieRootNode } from "./nodes";
2export declare const serializeTrie: (root: TrieRootNode) => string;