UNPKG

461 BTypeScriptView Raw
1import { ExportMap } from "../ExportMap";
2import { FieldDescriptorProto } from "google-protobuf/google/protobuf/descriptor_pb";
3export declare const MESSAGE_TYPE = 11;
4export declare const BYTES_TYPE = 12;
5export declare const ENUM_TYPE = 14;
6export declare function getTypeName(fieldTypeNum: number): string;
7export declare function getFieldType(type: FieldDescriptorProto.Type, typeName: string | null, currentFileName: string, exportMap: ExportMap): string;