index.d.ts 138 B

123456
  1. /**
  2. * Map of named character references.
  3. *
  4. * @type {Record<string, string>}
  5. */
  6. export const characterEntities: Record<string, string>