mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
escape-html
Escape HTML entities
Example
var escape = require('escape-html');
escape(str);
License
MIT
Escape HTML entities
var escape = require('escape-html');
escape(str);
MIT