6 lines
138 B
TypeScript
6 lines
138 B
TypeScript
/**
|
|
* Sanitize HTML
|
|
* @see https://github.com/rehypejs/rehype-sanitize
|
|
*/
|
|
export declare const sanitizeHTML: (html: string) => string;
|