WeChatFerry/nodejs/proto/index.js

9 lines
224 B
JavaScript
Raw Normal View History

2023-01-20 11:33:47 +08:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.protoIndex = void 0;
require("./wcf_grpc_pb");
require("./wcf_pb");
const protoIndex = () => {
};
exports.protoIndex = protoIndex;