Const
Gets the save strategy used by a store.
import { getSaveStrategy } from '@tauri-store/zustand';const { strategy, interval } = await getSaveStrategy('my-store'); Copy
import { getSaveStrategy } from '@tauri-store/zustand';const { strategy, interval } = await getSaveStrategy('my-store');
Gets the save strategy used by a store.