Skip to content

Commit

Permalink
fix: export from src/index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Feb 6, 2023
1 parent a3cfa46 commit 4379a3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
export * from "./flags.js";
export * from "./forEachComment.js";
export * from "./forEachToken.js";
export * from "./type.js";
export * from "./typeguards.js";

0 comments on commit 4379a3f

Please sign in to comment.