Files
sp80/sample_interface/node_modules/character-reference-invalid/index.d.ts
2026-05-29 12:39:53 +08: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>