wretch
    Preparing search index...

    Type Alias FetchLike

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

    Any function having the same shape as fetch().

    Type Declaration