UNPKG

xhy-xe-utils

Version:
11 lines (9 loc) 166 B
var staticEscapeMap = { '&': '&amp;', '<': '&lt;', '>': '&gt;', '"': '&quot;', "'": '&#x27;', '`': '&#x60;' } module.exports = staticEscapeMap