Files
lcbp3.np-dms.work/frontend/node_modules/graphql/language/printer.d.ts
2025-09-21 20:29:15 +07:00

7 lines
182 B
TypeScript

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