UNPKG

@graphql-tools/graphql

Version:
7 lines (6 loc) 185 B
import type { ASTNode } from './ast.js'; /** * Converts an AST into a string, using one set of reasonable * formatting rules. */ export declare function print(ast: ASTNode): string;