Skip to content

Fast function for decoding HTML entities, based on the "entities" package.

License

Notifications You must be signed in to change notification settings

fabiospampinato/entities-decode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Entities Decode

Fast function for decoding HTML entities.

Install

npm install --save entities-decode

Usage

import decode from 'entities-decode';

decode ( '&:' ); // => '&:'

License

MIT © Fabio Spampinato