UNPKG

ts-protoc-gen

Version:

Protoc Plugin for TypeScript Declarations and Service Definitions

4 lines (3 loc) 242 B
import { ExportMap } from "../ExportMap"; import { FileDescriptorProto } from "google-protobuf/google/protobuf/descriptor_pb"; export declare function printFileDescriptorTSD(fileDescriptor: FileDescriptorProto, exportMap: ExportMap): string;