@tauri-store/pinia - v3.2.0
    Preparing search index...

    Variable getStoreStateConst

    getStoreState: <T extends State>(storeId: string) => Promise<T> = ...

    Gets the state of a store.

    Type declaration

    import { getStoreState } from '@tauri-store/pinia';

    const state = await getStoreState('my-store');