UNPKG

wechaty-puppet-official-account

Version:
9 lines 525 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PuppetOA = exports.VERSION = void 0; const config_js_1 = require("./config.js"); Object.defineProperty(exports, "VERSION", { enumerable: true, get: function () { return config_js_1.VERSION; } }); const puppet_oa_js_1 = require("./puppet-oa.js"); Object.defineProperty(exports, "PuppetOA", { enumerable: true, get: function () { return puppet_oa_js_1.PuppetOA; } }); exports.default = puppet_oa_js_1.PuppetOA; //# sourceMappingURL=mod.js.map