UNPKG

dicom-microscopy-viewer-changed

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