github-pages-deploy-action/node_modules/graphql/language/printer.d.ts

8 lines
170 B
TypeScript
Raw Normal View History

2020-03-07 11:45:40 +08:00
import { ASTNode } from './ast';
/**
* Converts an AST into a string, using one set of reasonable
* formatting rules.
*/
export function print(ast: ASTNode): string;