Skip to content

Commit

Permalink
internal: Use export type star.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed May 28, 2024
1 parent 259e1d3 commit 59bfd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/packemon/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ export * from './PackageValidator';
export * from './Packemon';
export * from './rollup/config';
export * from './swc/config';
export * from './types';
export type * from './types';

0 comments on commit 59bfd90

Please sign in to comment.