Skip to content

Commit

Permalink
Merge pull request #15 from SaurusXI/feat/add-batched-ops
Browse files Browse the repository at this point in the history
fix: module imports
  • Loading branch information
SaurusXI authored Dec 4, 2023
2 parents c5233a4 + 376b919 commit f4dbd45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
export * from './main';
import SugarCache from './main';

export * from './types';
export default SugarCache;

0 comments on commit f4dbd45

Please sign in to comment.