Skip to content

Commit

Permalink
chore: remove types export from index
Browse files Browse the repository at this point in the history
  • Loading branch information
Aericio committed May 29, 2024
1 parent d7ba9e1 commit 8dcb2d7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 0 additions & 1 deletion dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
export * from "./lib/database";
export * from "./lib/types";
export * from "./lib/schema";
3 changes: 2 additions & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export * from "./lib/database";
export * from "./lib/types";
export * from "./lib/schema";

// This is not exported to enforce usage of single /types import.
// export * from "./lib/types";

0 comments on commit 8dcb2d7

Please sign in to comment.