Skip to content

Commit

Permalink
FORCE_REFRESH is a symbol, export it as such
Browse files Browse the repository at this point in the history
  • Loading branch information
JosXa committed Jun 2, 2024
1 parent 859a32d commit 63bad02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/four-donuts-fry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@josxa/kit-utils': patch
---

FORCE_REFRESH is a symbol, export it as such
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// biome-ignore lint/performance/noBarrelFile: Library entrypoint
export { crudArg } from "./src/crud-arg"
export { refreshable, type RefreshableControls, type FORCE_REFRESH } from "./src/refreshable"
export { refreshable, type RefreshableControls, FORCE_REFRESH } from "./src/refreshable"
import getAllScriptPaths from "./src/getAllScriptPaths"
export { getAllScriptPaths }
export { withCRUDCache } from "./src/with-crud-cache"
Expand Down

0 comments on commit 63bad02

Please sign in to comment.