@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
14 lines (13 loc) • 445 B
TypeScript
/**
* Creation of string from HTML entities
*
* Used first in ALVFinMan for reading CanvasContent1 in Modern Pages
*/
export declare function convertHTMLToJSONv1(str: string): string;
/**
* This can take SharePoint html content ( like from ModernPage CanvasContent1 field and make it readable )
* @param str
* @returns
*/
export declare function replaceHTMLEntitiesv1(str: string): string;
//# sourceMappingURL=html.d.ts.map