summaryrefslogtreecommitdiff
path: root/school/node_modules/graphql/language/printLocation.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'school/node_modules/graphql/language/printLocation.d.ts')
-rw-r--r--school/node_modules/graphql/language/printLocation.d.ts16
1 files changed, 0 insertions, 16 deletions
diff --git a/school/node_modules/graphql/language/printLocation.d.ts b/school/node_modules/graphql/language/printLocation.d.ts
deleted file mode 100644
index 7d0c347..0000000
--- a/school/node_modules/graphql/language/printLocation.d.ts
+++ /dev/null
@@ -1,16 +0,0 @@
-import { Location } from './ast';
-import { Source } from './source';
-import { SourceLocation } from './location';
-
-/**
- * Render a helpful description of the location in the GraphQL Source document.
- */
-export function printLocation(location: Location): string;
-
-/**
- * Render a helpful description of the location in the GraphQL Source document.
- */
-export function printSourceLocation(
- source: Source,
- sourceLocation: SourceLocation,
-): string;