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.

17 lines 263 B
{ "compilerOptions": { "target": "es5", "module": "commonjs", "lib": [ "dom", "es6" ], "declaration": true, "outDir": "dist", "strict": true, "esModuleInterop": true }, "include": [ "src" ] }