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

2.0.0 • Public • Published

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

Package Sidebar

Install

npm i entities-decode

Weekly Downloads

50

Version

2.0.0

License

none

Unpacked Size

4.31 kB

Total Files

9

Last publish

Collaborators

  • fabiospampinato