7 lines
138 B
TypeScript
Raw Permalink Normal View History

2025-09-05 14:59:21 +08:00
/**
* Map of named character references.
*
* @type {Record<string, string>}
*/
export const characterEntities: Record<string, string>