• import { escapeHtmlNamed } from '@src/hylo-components/utils/usefull/usefull';

    Escapes named special characters like €. It uses the default entities list of TinyMCE.

    Parameters

    • text: string

      the text to be escaped

    Returns string

Generated using TypeDoc