UNPKG

@mikezimm/npmfunctions

Version:
10 lines (9 loc) 266 B
/** * Creation of string from HTML entities */ /** * This can take SharePoint html content ( like from ModernPage CanvasContent1 field and make it readable ) * @param str * @returns */ export declare function replaceHTMLEntities(str: string): string;