let tempDiv,doc="undefined"==typeof document?null:document;function htmlEncode(value){let div=tempDiv;if(!div){if(!doc)return value;div=doc.createElement("div"),tempDiv=div}return div.textContent=value,div.innerHTML}export default{htmlEncode:htmlEncode};