@1000ch/html-escape

1.0.0 • Public • Published

html-escape Build Status

Escape HTML special characters.

Install

$ npm install 1000ch/html-escape

Usage

const escapeHTML = require('html-escape');

escapeHTML('<html></html>');
// => &lt;html&gt;&lt;/html&gt;

License

MIT © Shogo Sensui

/@1000ch/html-escape/

    Package Sidebar

    Install

    npm i @1000ch/html-escape

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • 1000ch