Skip to content

Commit

Permalink
chore: remove named export for plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed Jan 23, 2025
1 parent b2e853f commit a011a78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/cjs-types-fixture/reexport-types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ function plugin(options: Options = {}): ResolvedOptions {
}

export default plugin;
export { plugin };

0 comments on commit a011a78

Please sign in to comment.