UNPKG

apollo-codegen-flow

Version:
11 lines 296 B
import * as t from "@babel/types"; declare type Printable = t.Node | string; export default class Printer { private printQueue; print(): string; enqueue(printable: Printable): void; printAndClear(): string; private fixCommas; } export {}; //# sourceMappingURL=printer.d.ts.map