mirror of
https://github.com/imezx/Warp.git
synced 2025-04-24 23:20:02 +00:00
8 lines
No EOL
232 B
TypeScript
8 lines
No EOL
232 B
TypeScript
type EncodeTrieNode = string | {
|
|
v?: string;
|
|
n: number | Map<number, EncodeTrieNode>;
|
|
o?: string;
|
|
};
|
|
declare const _default: Map<number, EncodeTrieNode>;
|
|
export default _default;
|
|
//# sourceMappingURL=encode-html.d.ts.map
|