UNPKG

wechaty-puppet-service

Version:
10 lines 1.04 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.unpackFileBoxFromPb = exports.packFileBoxToPb = exports.unpackConversationIdFileBoxArgsFromPb = exports.packConversationIdFileBoxToPb = void 0; var conversation_id_file_box_js_1 = require("./conversation-id-file-box.js"); Object.defineProperty(exports, "packConversationIdFileBoxToPb", { enumerable: true, get: function () { return conversation_id_file_box_js_1.packConversationIdFileBoxToPb; } }); Object.defineProperty(exports, "unpackConversationIdFileBoxArgsFromPb", { enumerable: true, get: function () { return conversation_id_file_box_js_1.unpackConversationIdFileBoxArgsFromPb; } }); var file_box_pb_js_1 = require("./file-box-pb.js"); Object.defineProperty(exports, "packFileBoxToPb", { enumerable: true, get: function () { return file_box_pb_js_1.packFileBoxToPb; } }); Object.defineProperty(exports, "unpackFileBoxFromPb", { enumerable: true, get: function () { return file_box_pb_js_1.unpackFileBoxFromPb; } }); //# sourceMappingURL=mod.js.map