html-entities-decode
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

This package is deprecated, use "entities-decode" or "entities" instead.

HTML Entities Decode

Fast function for decoding HTML entities.

Install

npm install --save html-entities-decode

Usage

import decode from 'html-entities-decode';

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

License

MIT © Fabio Spampinato

Package Sidebar

Install

npm i html-entities-decode

Weekly Downloads

655

Version

1.0.2

License

MIT

Unpacked Size

129 kB

Total Files

12

Last publish

Collaborators

  • fabiospampinato