UNPKG

@aws-amplify/graphql-types-generator

Version:

Generate API code or type annotations based on a GraphQL schema and statements

11 lines (10 loc) 259 B
import * as t from '@babel/types'; declare type Printable = t.Node | string; export declare class Printer { private printQueue; print(): string; enqueue(printable: Printable): void; printAndClear(): string; private fixCommas; } export {};