All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.apollo-codegen-flow.lib.printer.d.ts Maven / Gradle / Ivy

There is a newer version: 3.3.1
Show newest version
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 {};




© 2015 - 2025 Weber Informatics LLC | Privacy Policy