@glodon-aiot/agent-cli-sdk
Version:
aiot agent client js sdk
21 lines (20 loc) • 538 B
JavaScript
var c = Object.defineProperty;
var a = (e, t, i) => t in e ? c(e, t, { enumerable: !0, configurable: !0, writable: !0, value: i }) : e[t] = i;
var s = (e, t, i) => (a(e, typeof t != "symbol" ? t + "" : t, i), i);
class d {
constructor(t, i = {}, o) {
s(this, "code");
s(this, "description", "");
s(this, "loaded", !1);
s(this, "functions", {});
this.code = t, i && (this.functions = i);
}
fetchData() {
this.description = "描述", this.loaded = !0;
}
checkFunctions() {
}
}
export {
d as default
};