UNPKG

@pqstudio/protobuf_ts_plugin

Version:

The protocol buffer compiler plugin "protobuf-ts" generates TypeScript, gRPC-web, Twirp, and more.

11 lines (10 loc) 392 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ProtobuftsPluginClient = void 0; const protobufts_plugin_1 = require("./protobufts-plugin"); class ProtobuftsPluginClient extends protobufts_plugin_1.ProtobuftsPlugin { constructor(version, type) { super(version, type); } } exports.ProtobuftsPluginClient = ProtobuftsPluginClient;