azure-devops-mcp

by RyanCardin15
Verified
// Internal list of HTML entities for escaping. var escapeMap = { '&': '&amp;', '<': '&lt;', '>': '&gt;', '"': '&quot;', "'": '&#x27;', '`': '&#x60;' }; module.exports = escapeMap;