UNPKG

@thenja/html-parser

Version:
39 lines (38 loc) 748 B
export declare const ELEMENT_TYPES: { TAG: string; TEXT: string; COMMENT: string; }; export declare const EMPTY_TAGS: { "area": number; "base": number; "basefont": number; "br": number; "col": number; "frame": number; "hr": number; "img": number; "input": number; "isindex": number; "link": number; "meta": number; "param": number; "embed": number; }; export declare const MODE_TYPES: { TEXT: string; TAG: string; STYLE: string; SCRIPT: string; }; export declare const TAG_TYPES: { EMPTY: string; DEFAULT: string; SCRIPT: string; STYLE: string; COMMENT: string; }; export declare const QUOTE_TYPES: { SINGLE: number; DOUBLE: number; };