UNPKG

@salesforce/agents

Version:

Client side APIs for working with Salesforce agents

8 lines (7 loc) 291 B
/** * Clean a string by replacing HTML entities with their respective characters. * * @param str - The string to clean. * @returns The cleaned string with all HTML entities replaced with their respective characters. */ export declare const decodeHtmlEntities: (str?: string) => string;