Skip to content

Commit

Permalink
fix: Only named exports may use 'export type'
Browse files Browse the repository at this point in the history
  • Loading branch information
TaehuiKim committed Aug 29, 2023
1 parent fe52ca7 commit cf20fff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/type-util/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from './type-util';
export type * from './type-util.type';
export { TypeUtil } from './type-util';
export type { NarrowableType, PickWithPartial, RequiredPartialProps, Nullable, Arrayable } from './type-util.type';

0 comments on commit cf20fff

Please sign in to comment.