mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-11 03:55:35 +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