mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 19:29:30 +08:00
6 lines
138 B
Text
6 lines
138 B
Text
/**
|
|
* Map of named character references.
|
|
*
|
|
* @type {Record<string, string>}
|
|
*/
|
|
export const characterEntities: Record<string, string>
|