FLUJOS/BACK_BACK/node_modules/graphql/language/printer.d.ts
2025-11-07 00:06:12 +01:00

7 lines
170 B
TypeScript
Executable file

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