2025-11-13 13:13:34 -07:00

7 lines
197 B
TypeScript

/**
* Map of invalid numeric character references to their replacements, according to HTML.
*
* @type {Record<number, string>}
*/
export const characterReferenceInvalid: Record<number, string>