@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

/@1000ch/html-unescape/

    Package Sidebar

    Install

    npm i @1000ch/html-unescape

    Weekly Downloads

    2

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • 1000ch