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

    Variable getSaveStrategyConst

    getSaveStrategy: (storeId: string) => Promise<TimeStrategy> = ...

    Gets the save strategy used by a store.

    Type declaration

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

    const { strategy, interval } = await getSaveStrategy('my-store');