function html(value) { var html2 = String(value ?? ""); var open = "<!---->"; return open + html2 + "<!---->"; } export { html as h };