Skip to content

Commit

Permalink
Best default export
Browse files Browse the repository at this point in the history
  • Loading branch information
smart-massi committed Oct 18, 2023
1 parent d0d6190 commit b003505
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
import _AsyncBatch from "./AsyncBatch";

export const AsyncBatch = _AsyncBatch;
export { default as AsyncBatch } from "./AsyncBatch";

0 comments on commit b003505

Please sign in to comment.