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

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.