summaryrefslogtreecommitdiff
path: root/alarm/node_modules/graphql/language/printer.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'alarm/node_modules/graphql/language/printer.d.ts')
-rw-r--r--alarm/node_modules/graphql/language/printer.d.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/alarm/node_modules/graphql/language/printer.d.ts b/alarm/node_modules/graphql/language/printer.d.ts
new file mode 100644
index 0000000..9329b45
--- /dev/null
+++ b/alarm/node_modules/graphql/language/printer.d.ts
@@ -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;