9 lines
224 B
JavaScript
9 lines
224 B
JavaScript
![]() |
"use strict";
|
||
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||
|
exports.protoIndex = void 0;
|
||
|
require("./wcf_grpc_pb");
|
||
|
require("./wcf_pb");
|
||
|
const protoIndex = () => {
|
||
|
};
|
||
|
exports.protoIndex = protoIndex;
|