repos / starfx

supercharged async flow control library.
git clone https://github.com/neurosnap/starfx.git

commit
8f49b0c
parent
da3a409
author
Eric Bower
date
2023-12-01 18:40:05 +0000 UTC
fix: export persist module
1 files changed,  +1, -0
M store/mod.ts
+1, -0
1@@ -9,3 +9,4 @@ export { createSelector } from "../deps.ts";
2 export * from "./slice/mod.ts";
3 export * from "./schema.ts";
4 export * from "./batch.ts";
5+export * from "./persist.ts";