FetchFn<T>: ((url, options?) => Promise<Response>)

Type Parameters

  • T

Type declaration

    • (url, options?): Promise<Response>
    • Parameters

      • url: string | URL
      • Optional options: RequestInit & T

      Returns Promise<Response>

Generated using TypeDoc