store-utils.ts 155 B

123456
  1. export {
  2. immutableSetByPath,
  3. flattenToPointers,
  4. createStoreAdapter,
  5. } from "./state-store";
  6. export type { StoreAdapterConfig } from "./state-store";