Files
runbin/web/node_modules/entities/lib/generated/encode-html.d.ts
lhx-666-cool f6cb277519 add web
2025-04-25 17:03:25 +08:00

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