constn = (o, c) => {
if (o.install = (e) => {
for (const t of [o, ...Object.values(c ?? {})])
e.component(t.name, t);
}, c)
for (const [e, t] ofObject.entries(c))
o[e] = t;
return o;
};
export {
n as withInstall
};
//# sourceMappingURL=index4.mjs.map