UNPKG

underscore

Version:

JavaScript's functional programming helper library.

12 lines (10 loc) 194 B
// Internal list of HTML entities for escaping. var escapeMap = { '&': '&amp;', '<': '&lt;', '>': '&gt;', '"': '&quot;', "'": '&#x27;', '`': '&#x60;' }; module.exports = escapeMap;