UNPKG

wechaty-puppet

Version:

Abstract Puppet for Wechaty

8 lines 536 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WatchdogAgent = exports.CacheAgent = void 0; const cache_agent_js_1 = require("./cache-agent.js"); Object.defineProperty(exports, "CacheAgent", { enumerable: true, get: function () { return cache_agent_js_1.CacheAgent; } }); const watchdog_agent_js_1 = require("./watchdog-agent.js"); Object.defineProperty(exports, "WatchdogAgent", { enumerable: true, get: function () { return watchdog_agent_js_1.WatchdogAgent; } }); //# sourceMappingURL=mod.js.map