You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rich Trott 31f572c3ea
tools: update to ESLint 4.3.0
8 years ago
..
LICENSE tools: update ESLint to 4.2.0 8 years ago
index.json tools: update ESLint to 4.2.0 8 years ago
package.json tools: update to ESLint 4.3.0 8 years ago
readme.md tools: update ESLint to 4.2.0 8 years ago

readme.md

character-entities-html4 Build Status

HTML4 character entity information.

Installation

npm:

npm install character-entities-html4

Usage

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