@forbespro/lead-agent
Version:
Lead Chat Agent React Component
12 lines (11 loc) • 345 B
JavaScript
import { deserialize as t } from "./index144.js";
import { serialize as u } from "./index145.js";
const s = typeof structuredClone == "function" ? (
/* c8 ignore start */
(r, e) => e && ("json" in e || "lossy" in e) ? t(u(r, e)) : structuredClone(r)
) : (r, e) => t(u(r, e));
export {
s as default,
t as deserialize,
u as serialize
};