UNPKG

@forbespro/lead-agent

Version:
10 lines (9 loc) 179 B
function u(l, r) { if (l.options.allowDangerousHtml) { const t = { type: "raw", value: r.value }; return l.patch(r, t), l.applyData(r, t); } } export { u as html };