UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

10 lines (9 loc) 164 B
// Internal list of HTML entities for escaping. export default { '&': '&amp;', '<': '&lt;', '>': '&gt;', '"': '&quot;', "'": '&#x27;', '`': '&#x60;' };