Skip to content

oFetch

一个 $fetch 封装

request

ts
type FetchType = typeof $fetch
type ReqType = Parameters<FetchType>[0]
type FetchOptions = Parameters<FetchType>[1]