github-pages-deploy-action/node_modules/graphql/error/index.d.ts

5 lines
219 B
TypeScript
Raw Normal View History

2020-03-07 11:45:40 +08:00
export { GraphQLError, printError } from './GraphQLError';
export { syntaxError } from './syntaxError';
export { locatedError } from './locatedError';
export { formatError, GraphQLFormattedError } from './formatError';