UNPKG

zustand-storage

Version:

A universal solution combining @aivron/sync-storage and zust-api for React (web & desktop). It merges local persistence with a Zustand-inspired API to provide core storage operations, bulk actions, JSON support, TTL, and integrated React hooks.

5 lines (3 loc) 136 B
// src/index.ts export { createSyncedStore } from './createSyncedStore'; export { SyncedStore, SyncedStoreConfig } from './types';