UNPKG

wechaty-grpc

Version:
15 lines 701 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.Timestamp = exports.StringValue = void 0; const timestamp_pb_js_1 = __importDefault(require("google-protobuf/google/protobuf/timestamp_pb.js")); const wrappers_pb_js_1 = __importDefault(require("google-protobuf/google/protobuf/wrappers_pb.js")); class StringValue extends wrappers_pb_js_1.default.StringValue { } exports.StringValue = StringValue; class Timestamp extends timestamp_pb_js_1.default.Timestamp { } exports.Timestamp = Timestamp; //# sourceMappingURL=google.js.map