Type Alias FetchLike

FetchLike: ((url: string, opts: WretchOptions) => Promise<WretchResponse>)

Any function having the same shape as fetch().