@juzi/wechaty
Version:
Wechaty is a RPA SDK for Chatbot Makers.
8 lines • 554 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.WechatyImpl = exports.WechatySkeleton = void 0;
const wechaty_impl_js_1 = require("./wechaty-impl.js");
Object.defineProperty(exports, "WechatyImpl", { enumerable: true, get: function () { return wechaty_impl_js_1.WechatyImpl; } });
const wechaty_skeleton_js_1 = require("./wechaty-skeleton.js");
Object.defineProperty(exports, "WechatySkeleton", { enumerable: true, get: function () { return wechaty_skeleton_js_1.WechatySkeleton; } });
//# sourceMappingURL=mod.js.map