@suluk/nano-stores - v0.1.3
    Preparing search index...

    Type Alias FetcherFactory

    FetcherFactory: (
        params?: Record<string, string | number>,
    ) => FetcherStore<unknown>

    A bound fetcher store factory: call with the route's path params to get a cache-keyed store.

    Type Declaration

      • (params?: Record<string, string | number>): FetcherStore<unknown>
      • Parameters

        • Optionalparams: Record<string, string | number>

        Returns FetcherStore<unknown>