@tauri-store/zustand - v0.1.0
    Preparing search index...

    Variable setAutosaveConst

    setAutosave: (interval: Option<number>) => Promise<void> = ...

    Saves the stores periodically.

    Type declaration

    import { setAutosave } from '@tauri-store/zustand';

    // Save all the stores every 5 minutes.
    await setAutosave(5 * 60 * 1000);