character-entities-html4
HTML4 character entity information
Last updated 4 years ago by wooorm .
MIT · Repository · Bugs · Original npm
$ cnpm install character-entities-html4 
SYNC missed versions from official npm registry.

character-entities-html4

Build Coverage Downloads Size

HTML4 character entity information.

Install

This package is ESM only: Node 12+ is needed to use it and it must be imported instead of required.

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) // => undefined

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

Current Tags

  • 2.1.0                                ...           latest (4 years ago)

3 Versions

  • 2.1.0                                ...           4 years ago
  • 2.0.0                                ...           4 years ago
  • 1.1.4                                ...           6 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (11)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org