UNPKG

braid-design-system

Version:
5 lines (3 loc) 153 B
import sanitizeHtml from 'sanitize-html'; export const htmlToText = (html: string) => sanitizeHtml(html, { allowedTags: [], allowedAttributes: {} });