UNPKG

ts-protoc-gen

Version:

Protoc Plugin for TypeScript Declarations and Service Definitions

4 lines (3 loc) 270 B
import { ExportMap } from "../ExportMap"; import { FieldDescriptorProto } from "google-protobuf/google/protobuf/descriptor_pb"; export declare function printExtension(fileName: string, exportMap: ExportMap, extension: FieldDescriptorProto, indentLevel: number): string;