1.0.0 • Published 7 years ago
@1000ch/html-escape v1.0.0
html-escape 
Escape HTML special characters.
Install
$ npm install 1000ch/html-escape
Usage
const escapeHTML = require('html-escape');
escapeHTML('<html></html>');
// => <html></html>
License
1.0.0
7 years ago