diff options
Diffstat (limited to 'alarm/node_modules/graphql/language/printer.d.ts')
-rw-r--r-- | alarm/node_modules/graphql/language/printer.d.ts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/alarm/node_modules/graphql/language/printer.d.ts b/alarm/node_modules/graphql/language/printer.d.ts deleted file mode 100644 index 9329b45..0000000 --- a/alarm/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; |