site/node_modules/character-reference-invalid/index.d.ts

7 lines
197 B
TypeScript
Raw Normal View History

2024-10-14 06:09:33 +00:00
/**
* Map of invalid numeric character references to their replacements, according to HTML.
*
* @type {Record<number, string>}
*/
export const characterReferenceInvalid: Record<number, string>