UNPKG

matrix-react-sdk

Version:
5 lines (4 loc) 145 B
import sanitizeHtml from 'sanitize-html'; export interface IExtendedSanitizeOptions extends sanitizeHtml.IOptions { nestingLimit?: number; }