Type alias FetchFn

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

Type declaration

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

      • url: string
      • Optional init: RequestInit

      Returns Promise<Response>

Generated using TypeDoc