@tauri-store/valtio - v2.4.0
    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/valtio';

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