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

2.0.1 • Public • Published

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

Package Sidebar

Install

npm i entities-decode

Weekly Downloads

186

Version

2.0.1

License

MIT

Unpacked Size

2.71 kB

Total Files

5

Last publish

Collaborators

  • fabiospampinato