3 lines
159 B
TypeScript
3 lines
159 B
TypeScript
import { type DocumentNode } from "graphql";
|
|
export declare function printWithReducedWhitespace(ast: DocumentNode): string;
|
|
//# sourceMappingURL=index.d.ts.map
|