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 dc3e67c commit b478355Copy full SHA for b478355
src/language/__tests__/kind-test.ts
@@ -12,6 +12,7 @@ describe('Kind', () => {
12
const c: Kind = Kind.ARGUMENT;
13
c;
14
});
15
+
16
it('is a type level namespace with type level enum members', () => {
17
// @ts-expect-error
18
const a: Kind.NAME = 'bad';
0 commit comments