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

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Entities Decode

Fast function for decoding HTML entities.

Install

npm install entities-decode

Usage

import decode from 'entities-decode';

// Let's decode some HTML entities

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

License

MIT © Fabio Spampinato

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published