This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/character-entities-html4
cranberry ed23347e56 Initial comission of TheLounge base files 2020-11-01 22:46:04 +00:00
..
index.json Initial comission of TheLounge base files 2020-11-01 22:46:04 +00:00
license Initial comission of TheLounge base files 2020-11-01 22:46:04 +00:00
package.json Initial comission of TheLounge base files 2020-11-01 22:46:04 +00:00
readme.md Initial comission of TheLounge base files 2020-11-01 22:46:04 +00:00

readme.md

character-entities-html4

Build Downloads Size

HTML4 character entity information.

Install

npm:

npm install character-entities-html4

Use

var characterEntities = require('character-entities-html4')

console.log(characterEntities.AElig) // => 'Æ'
console.log(characterEntities.aelig) // => 'æ'
console.log(characterEntities.amp) // => '&'
console.log(characterEntities.apos) // => undefined

API

characterEntitiesHTML4

Mapping between (case-sensitive) character entity names to replacements.

Support

See w3.org.

License

MIT © Titus Wormer