Skip to content

Commit

Permalink
feat(index): expose cacheDbEnum and storeScopeEnum
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauNeko committed May 7, 2024
1 parent 5c63f3b commit b52f6f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ export * from "./lib/core/shared/KoncordeWrapper";
export * from "./lib/core/shared/ObjectRepository";

export * from "./lib/core/shared/store";

export * from "./lib/core/cache/cacheDbEnum";

export * from "./lib/core/storage/storeScopeEnum";

0 comments on commit b52f6f2

Please sign in to comment.