mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-07 19:25:13 +02:00
7 lines
197 B
TypeScript
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>
|