UNPKG

@tycoonsystems/tycoon-modules

Version:
1 lines 302 B
import DOMPurify from"dompurify";const createMarkup=r=>{try{var t;if("object"==typeof r)if(r?.contents)return t=JSON.parse(r.contents),DOMPurify.sanitize(t??"");try{var e=JSON.parse(r);return DOMPurify.sanitize(e??"")}catch(r){}return DOMPurify.sanitize(r??"")}catch(r){return""}};export{createMarkup};