UNPKG

@apollo/utils.printwithreducedwhitespace

Version:

Print an AST with as little whitespace as possible

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