DefinitelyTyped/graphql/language/printer.d.ts
TonyYang 16f19c95e9 [graphql] Meet types-2.0 style (#13831)
* Meet type-2.0 style

* Fix the exports
2017-01-11 07:03:37 -08:00

6 lines
132 B
TypeScript

/**
* Converts an AST into a string, using one set of reasonable
* formatting rules.
*/
export function print(ast: any): string;