JSPM

character-reference-invalid

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 11102727
  • Score
    100M100P100Q244741F
  • License MIT

HTML invalid numeric character reference information

Package Exports

  • character-reference-invalid

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (character-reference-invalid) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

character-reference-invalid Build Status Coverage Status

HTML invalid numeric character reference information.

Installation

npm:

npm install character-reference-invalid

Usage

console.log(characterReferenceInvalid[0x80]); // €
console.log(characterReferenceInvalid[0x89]); // ‰
console.log(characterReferenceInvalid[0x99]); // ™

API

characterReferenceInvalid

Mapping between invalid numeric character reference to replacements.

Support

See html.spec.whatwg.org.

License

MIT © Titus Wormer