Const
Gets the state of a store.
import { getStoreState } from '@tauri-store/zustand';const state = await getStoreState('my-store'); Copy
import { getStoreState } from '@tauri-store/zustand';const state = await getStoreState('my-store');
Gets the state of a store.