UNPKG

entities

Version:

Encode & decode XML and HTML entities with ease & speed

5 lines 290 B
import { type EncodeTrieNode } from "../internal/encode-shared.js"; /** Compact serialized HTML encode trie (intended to stay small & JS engine friendly) */ /** HTML entity encode trie. */ export declare const htmlTrie: Map<number, EncodeTrieNode>; //# sourceMappingURL=encode-html.d.ts.map