UNPKG

@minionorg/share

Version:
13 lines (12 loc) 210 B
function u(e) { return e.replace(/&amp;|&lt;|&gt;|&#39;|&quot;/g, (t) => ({ "&amp;": "&", "&lt;": "<", "&gt;": ">", "&#39;": "'", "&quot;": '"' })[t] || t); } export { u as default };