forked from projectmoon/tenebrous-dicebot
4 lines
270 B
TypeScript
4 lines
270 B
TypeScript
|
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;
|