UNPKG

ts-protoc-gen

Version:

Protoc Plugin for TypeScript Declarations and Service Definitions

11 lines (10 loc) 267 B
export declare class Printer { indentStr: string; output: string; constructor(indentLevel: number); printLn(str: string): void; print(str: string): void; printEmptyLn(): void; printIndentedLn(str: string): void; getOutput(): string; }