Initial Save
This commit is contained in:
7
node_modules/graphql/language/printer.d.ts
generated
vendored
Normal file
7
node_modules/graphql/language/printer.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { ASTNode } from './ast';
|
||||
|
||||
/**
|
||||
* Converts an AST into a string, using one set of reasonable
|
||||
* formatting rules.
|
||||
*/
|
||||
export function print(ast: ASTNode): string;
|
||||
Reference in New Issue
Block a user