github-pages-deploy-action/node_modules/graphql/error/index.d.ts
2020-03-06 22:45:40 -05:00

5 lines
219 B
TypeScript

export { GraphQLError, printError } from './GraphQLError';
export { syntaxError } from './syntaxError';
export { locatedError } from './locatedError';
export { formatError, GraphQLFormattedError } from './formatError';