Skip to content

Commit

Permalink
style: explicit export
Browse files Browse the repository at this point in the history
  • Loading branch information
mausworks committed Jan 28, 2024
1 parent e9d4a8a commit c3d6ed7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/__test__/_export-all.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is here to measure the bundle size of the library:
export * from "..";
export * from "../index";
export * from "../store";
export * from "../extend";
export * from "../plugin-array";
Expand Down
2 changes: 1 addition & 1 deletion src/__test__/_export-common.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is here to measure the bundle size of the library:
export * from "..";
export * from "../index";
export * from "../extend";
export * from "../plugin-object";
export * from "../plugin-persist";

0 comments on commit c3d6ed7

Please sign in to comment.