/entities-decode

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

Primary LanguageJavaScriptMIT LicenseMIT

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