UNPKG

apollo-codegen-typescript

Version:

TypeScript generator module for Apollo Codegen

11 lines 301 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 indentComments; } export {}; //# sourceMappingURL=printer.d.ts.map