techprotrade's picture
Add loan-advisor-chatgpt-app (part 11)
80ec683 verified
Raw
History Blame Contribute Delete
197 Bytes
/**
* Map of invalid numeric character references to their replacements, according to HTML.
*
* @type {Record<number, string>}
*/
export const characterReferenceInvalid: Record<number, string>