@react-form-builder/core
Version:
React JSON Schema Form Builder to create complex, validated, reusable forms with no deep React knowledge required
16 lines (15 loc) • 369 B
JavaScript
function u(n, t, e, r = {}) {
const a = Object.keys(r).map((o) => `${o}=${r[o]}`).join("_");
return `${n}_${t}_${e ? `${e}_` : ""}${a}`;
}
function b(n, t, e = {}) {
return u("autorun", n, t, e);
}
function i(n, t = {}) {
return u("observable", n, void 0, t);
}
export {
b as nameAutorun,
i as nameObservable
};
//# sourceMappingURL=observableNaming.js.map