site/node_modules/character-entities/index.d.ts

7 lines
138 B
TypeScript
Raw Normal View History

2024-10-14 06:09:33 +00:00
/**
* Map of named character references.
*
* @type {Record<string, string>}
*/
export const characterEntities: Record<string, string>