qfetch
    Preparing search index...

    Type Alias FetchFn

    FetchFn: typeof fetch

    A function signature compatible with the native fetch API.

    This type alias represents any function that conforms to the standard fetch signature, accepting a RequestInfo | URL input and optional RequestInit, returning a Promise<Response>.