UNPKG

296 BTypeScriptView Raw
1import * as t from "@babel/types";
2declare type Printable = t.Node | string;
3export default class Printer {
4 private printQueue;
5 print(): string;
6 enqueue(printable: Printable): void;
7 printAndClear(): string;
8 private fixCommas;
9}
10export {};
11//# sourceMappingURL=printer.d.ts.map
\No newline at end of file