export const htmlToString = (html) => html.replace(/<\/?[^>]+(>|$)/g, "");