Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed May 22, 2024
1 parent 319fcfe commit a699a4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/valid-data/export-star/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ export * from "./literal";
export * from "./object";

export type External = 1;

type Internal = 2;

0 comments on commit a699a4d

Please sign in to comment.