summaryrefslogtreecommitdiff
path: root/school/node_modules/graphql/error/index.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'school/node_modules/graphql/error/index.d.ts')
-rw-r--r--school/node_modules/graphql/error/index.d.ts8
1 files changed, 0 insertions, 8 deletions
diff --git a/school/node_modules/graphql/error/index.d.ts b/school/node_modules/graphql/error/index.d.ts
deleted file mode 100644
index 38f7b7e..0000000
--- a/school/node_modules/graphql/error/index.d.ts
+++ /dev/null
@@ -1,8 +0,0 @@
-export {
- GraphQLError,
- GraphQLErrorExtensions,
- printError,
-} from './GraphQLError';
-export { syntaxError } from './syntaxError';
-export { locatedError } from './locatedError';
-export { formatError, GraphQLFormattedError } from './formatError';