dev-classes
Version:
<h3 align="center">SocketApi</h3>
17 lines (16 loc) • 434 B
JavaScript
var i = Object.defineProperty;
var e = (n, o, t) => o in n ? i(n, o, { enumerable: !0, configurable: !0, writable: !0, value: t }) : n[o] = t;
var s = (n, o, t) => (e(n, typeof o != "symbol" ? o + "" : o, t), t);
class C {
constructor() {
s(this, "options", {
stop: !1
});
s(this, "setConditionReConnect", (o) => {
this.options = { ...this.options, ...o };
});
}
}
export {
C as ConfigInfoConnect
};