diff options
Diffstat (limited to 'alarm/node_modules/graphql/error/index.js.flow')
-rw-r--r-- | alarm/node_modules/graphql/error/index.js.flow | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/alarm/node_modules/graphql/error/index.js.flow b/alarm/node_modules/graphql/error/index.js.flow deleted file mode 100644 index eeaa96e..0000000 --- a/alarm/node_modules/graphql/error/index.js.flow +++ /dev/null @@ -1,9 +0,0 @@ -// @flow strict -export { GraphQLError, printError } from './GraphQLError'; - -export { syntaxError } from './syntaxError'; - -export { locatedError } from './locatedError'; - -export { formatError } from './formatError'; -export type { GraphQLFormattedError } from './formatError'; |