ts-protoc-gen
Version:
Protoc Plugin for TypeScript Declarations and Service Definitions
4 lines (3 loc) • 324 B
TypeScript
import { ExportMap } from "../ExportMap";
import { DescriptorProto, FileDescriptorProto } from "google-protobuf/google/protobuf/descriptor_pb";
export declare function printMessage(fileName: string, exportMap: ExportMap, messageDescriptor: DescriptorProto, indentLevel: number, fileDescriptor: FileDescriptorProto): string;