character-entities-html4
HTML4 character entity information.
Install
This package is ESM only: Node 12+ is needed to use it and it must be import
ed
instead of require
d.
npm:
npm install character-entities-html4
Use
import {characterEntitiesHtml4} from 'character-entities-html4'
console.log(characterEntitiesHtml4.AElig)
console.log(characterEntitiesHtml4.aelig)
console.log(characterEntitiesHtml4.amp)
console.log(characterEntitiesHtml4.apos)
API
This package exports the following identifiers: characterEntitiesHtml4
.
There is no default export.
characterEntitiesHtml4
Mapping between (case-sensitive) character entity names to replacements.
Support
See w3.org
.
Related
License
MIT © Titus Wormer