forked from projectmoon/tenebrous-dicebot
3 lines
186 B
TypeScript
3 lines
186 B
TypeScript
|
import { EnumDescriptorProto } from "google-protobuf/google/protobuf/descriptor_pb";
|
||
|
export declare function printEnum(enumDescriptor: EnumDescriptorProto, indentLevel: number): string;
|