@1000ch/html-unescape

1.0.0 • Public • Published

html-unescape Build Status

Unescape HTML special characters.

Install

$ npm install 1000ch/html-unescape

Usage

const unescapeHTML = require('html-unescape');

unescapeHTML('<html></html>');
// => <html></html>

License

MIT © Shogo Sensui

Dependents (0)

Package Sidebar

Install

npm i @1000ch/html-unescape

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • 1000ch