We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1744705 commit 64d7b51Copy full SHA for 64d7b51
src/index.ts
@@ -206,10 +206,8 @@ export type {
206
} from './type/index.js';
207
208
// Parse and operate on GraphQL language source files.
209
-export {
210
- // eslint-disable-line @typescript-eslint/consistent-type-exports
211
- Kind,
212
-} from './language/kinds.js';
+// eslint-disable-next-line @typescript-eslint/consistent-type-exports
+export { Kind } from './language/kinds.js';
213
214
export {
215
Token,
0 commit comments