hackathon/node_modules/express/node_modules/escape-html at master · scottrice10/hackathon · GitHub
Skip to content

Latest commit

 

History

History

Folders and files

Readme.md

escape-html

Escape HTML entities

Example

var escape = require('escape-html');
escape(str);

License

MIT