summaryrefslogtreecommitdiff
path: root/includes/external/school/node_modules/graphql/language/printer.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'includes/external/school/node_modules/graphql/language/printer.d.ts')
-rw-r--r--includes/external/school/node_modules/graphql/language/printer.d.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/includes/external/school/node_modules/graphql/language/printer.d.ts b/includes/external/school/node_modules/graphql/language/printer.d.ts
deleted file mode 100644
index 9329b45..0000000
--- a/includes/external/school/node_modules/graphql/language/printer.d.ts
+++ /dev/null
@@ -1,7 +0,0 @@
-import { ASTNode } from './ast';
-
-/**
- * Converts an AST into a string, using one set of reasonable
- * formatting rules.
- */
-export function print(ast: ASTNode): string;