File size: 138 Bytes
bc20498 |
1 2 3 4 5 6 7 |
/**
* Map of named character references.
*
* @type {Record<string, string>}
*/
export const characterEntities: Record<string, string>
|
bc20498 |
1 2 3 4 5 6 7 |
/**
* Map of named character references.
*
* @type {Record<string, string>}
*/
export const characterEntities: Record<string, string>
|