Skip to content

Commit cece3f7

Browse files
committed
bring back type
1 parent 05dfc0d commit cece3f7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/language/kinds.ts

+5
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1+
/* eslint-disable import/no-namespace */
2+
import type * as Kind_ from './kinds_.js';
3+
14
export * as Kind from './kinds_.js';
5+
6+
export type Kind = (typeof Kind_)[keyof typeof Kind_];

0 commit comments

Comments
 (0)