Files
est-frame/node_modules/character-reference-invalid/index.d.ts
2025-10-22 05:38:27 +00:00

7 lines
197 B
TypeScript
Executable File

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