UNPKG

lettersanitizer

Version:

DOM-based HTML email sanitizer for in-browser email rendering.

6 lines (5 loc) 170 B
export declare const allowedTags: { [k: string]: string[]; }; export declare const removeWithContents: string[]; export declare const allowedCssProperties: string[];