@tauri-store/svelte - v2.6.0
    Preparing search index...

    Variable denySyncConst

    denySync: (...storeId: string[]) => Promise<void> = ...

    Adds one or more stores to the sync denylist.

    Type declaration

      • (...storeId: string[]): Promise<void>
      • Parameters

        • ...storeId: string[]

        Returns Promise<void>