github-pages-deploy-action/node_modules/graphql/error/index.js.flow

11 lines
276 B
Plaintext
Raw Normal View History

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