UNPKG

entities

Version:

Encode & decode XML and HTML entities with ease & speed

8 lines 225 B
type EncodeTrieNode = string | { v?: string; n: number | Map<number, EncodeTrieNode>; o?: string; }; export declare const htmlTrie: Map<number, EncodeTrieNode>; export {}; //# sourceMappingURL=encode-html.d.ts.map