@tomei/live-price
Version:
Tomei live-price Package
30 lines • 977 B
JavaScript
;
var __setFunctionName = (this && this.__setFunctionName) || function (f, name, prefix) {
if (typeof name === "symbol") name = name.description ? "[".concat(name.description, "]") : "";
return Object.defineProperty(f, "name", { configurable: true, value: prefix ? "".concat(prefix, " ", name) : name });
};
var _a, _b, _c;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Daemons = void 0;
class Daemons {
}
exports.Daemons = Daemons;
Daemons.FeedUpdate = (_a = class {
},
__setFunctionName(_a, "FeedUpdate"),
_a.start = () => { },
_a.restart = () => { },
_a);
Daemons.ManualPriceReminder = (_b = class {
},
__setFunctionName(_b, "ManualPriceReminder"),
_b.start = () => { },
_b.restart = () => { },
_b);
Daemons.CutOffReminder = (_c = class {
},
__setFunctionName(_c, "CutOffReminder"),
_c.start = () => { },
_c.restart = () => { },
_c);
//# sourceMappingURL=daemons.js.map