mirror of
https://github.com/JasonYANG170/IOTConnect-Web.git
synced 2024-11-23 20:26:28 +00:00
8 lines
232 B
TypeScript
8 lines
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
|