UNPKG

ts-protoc-gen

Version:

Protoc Plugin for TypeScript Declarations and Service Definitions

12 lines (11 loc) 288 B
import { Printer } from "./Printer"; export declare class CodePrinter { private depth; private printer; private indentation; constructor(depth: number, printer: Printer); indent(): this; dedent(): this; printLn(line: string): this; printEmptyLn(): this; }