ts-protoc-gen
Version:
Protoc Plugin for TypeScript Declarations and Service Definitions
5 lines (4 loc) • 370 B
TypeScript
import { ExportMap } from "../ExportMap";
import { FileDescriptorProto } from "google-protobuf/google/protobuf/descriptor_pb";
import { CodeGeneratorResponse } from "google-protobuf/google/protobuf/compiler/plugin_pb";
export declare function generateGrpcWebService(filename: string, descriptor: FileDescriptorProto, exportMap: ExportMap): CodeGeneratorResponse.File[];