index.d.ts 197 B

123456
  1. /**
  2. * Map of invalid numeric character references to their replacements, according to HTML.
  3. *
  4. * @type {Record<number, string>}
  5. */
  6. export const characterReferenceInvalid: Record<number, string>