@forbespro/lead-agent
Version:
Lead Chat Agent React Component
33 lines (32 loc) • 732 B
JavaScript
import { combineExtensions as c } from "./index152.js";
import { content as i } from "./index153.js";
import { document as m } from "./index154.js";
import { flow as f } from "./index155.js";
import { text as u, string as p } from "./index156.js";
import * as a from "./index157.js";
import { createTokenizer as x } from "./index158.js";
function y(r) {
const o = {
constructs: (
/** @type {FullNormalizedExtension} */
c([a, ...(r || {}).extensions || []])
),
content: t(i),
defined: [],
document: t(m),
flow: t(f),
lazy: {},
string: t(p),
text: t(u)
};
return o;
function t(n) {
return e;
function e(s) {
return x(o, n, s);
}
}
}
export {
y as parse
};