Skip to content

Commit

Permalink
bring back type
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Nov 9, 2024
1 parent 05dfc0d commit cece3f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/language/kinds.ts
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
/* eslint-disable import/no-namespace */
import type * as Kind_ from './kinds_.js';

export * as Kind from './kinds_.js';

export type Kind = (typeof Kind_)[keyof typeof Kind_];

0 comments on commit cece3f7

Please sign in to comment.