mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-04-28 18:04:06 +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