Update getter to dynamically switch between modes

This commit is contained in:
Jon Staab
2025-11-19 15:15:25 -08:00
parent 6028c68fe8
commit cd553d6f6a
7 changed files with 139 additions and 93 deletions
+1 -3
View File
@@ -1,6 +1,4 @@
export * from "./synced.js"
export * from "./getter.js"
export * from "./misc.js"
export * from "./loader.js"
export * from "./throttle.js"
export * from "./memoize.js"
export * from "./repository.js"