@juzi/wechaty
Version:
Wechaty is a RPA SDK for Chatbot Makers.
17 lines • 628 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.WechatyImpl = void 0;
const mod_js_1 = require("../user-mixins/mod.js");
const wechaty_base_js_1 = require("./wechaty-base.js");
/**
* Huan(202111): this is for solving the circyle dependency problem
*
* Construct a `WechatyImpl` based the `WechatyImplBase` with `validationMixin`
*
*/
class WechatyImplBase extends (0, mod_js_1.validationMixin)(wechaty_base_js_1.WechatyBase)() {
}
class WechatyImpl extends (0, mod_js_1.validationMixin)(WechatyImplBase)() {
}
exports.WechatyImpl = WechatyImpl;
//# sourceMappingURL=wechaty-impl.js.map