We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05dfc0d commit cece3f7Copy full SHA for cece3f7
src/language/kinds.ts
@@ -1 +1,6 @@
1
+/* eslint-disable import/no-namespace */
2
+import type * as Kind_ from './kinds_.js';
3
+
4
export * as Kind from './kinds_.js';
5
6
+export type Kind = (typeof Kind_)[keyof typeof Kind_];
0 commit comments