UNPKG

think-trace

Version:
7 lines (6 loc) 140 B
exports.htmlentities = function(text) { return text .replace(/</g, '&lt;') .replace(/>/g, '&gt;') .replace(/'/g, '&#39;'); };