fortissimo-html
Version:
Fortissimo HTML - Flexible, Forgiving, Formatting HTML Parser
7 lines • 364 B
TypeScript
export declare const FORMATTING_ELEMENTS: Set<string>;
export declare const MARKER_ELEMENTS: Set<string>;
export declare const VOID_ELEMENTS: Set<string>;
export declare const NO_ENTITIES_ELEMENTS: Set<string>;
export declare const FORM_TAGS: Set<string>;
export declare const OPEN_IMPLIES_CLOSE: Record<string, Set<string>>;
//# sourceMappingURL=elements.d.ts.map