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.
7 lines (6 loc) • 336 B
JavaScript
;
// src/index.ts
Object.defineProperty(exports, "__esModule", { value: true });
exports.createSyncedStore = void 0;
var createSyncedStore_1 = require("./createSyncedStore");
Object.defineProperty(exports, "createSyncedStore", { enumerable: true, get: function () { return createSyncedStore_1.createSyncedStore; } });