UNPKG

entities

Version:

Encode & decode XML and HTML entities with ease & speed

3 lines 169 B
import { type EncodeTrieNode } from "../internal/encode-shared.js"; export declare const htmlTrie: Map<number, EncodeTrieNode>; //# sourceMappingURL=encode-html.d.ts.map