Type alias SanitizeOptions

SanitizeOptions: boolean | {
    exclude?: string[];
    replacement?: string;
}

Sanitizer Options