@nymproject/mix-fetch • Docs
@nymproject/mix-fetch / IMixFetchFn
Type alias: IMixFetchFn()
IMixFetchFn: (
url,args,opts?) =>Promise<Response>
Parameters
• url: string
• args: any
• opts?: SetupMixFetchOps
Returns
Promise<Response>
@nymproject/mix-fetch • Docs
@nymproject/mix-fetch / IMixFetchFn
IMixFetchFn: (
url,args,opts?) =>Promise<Response>
• url: string
• args: any
• opts?: SetupMixFetchOps
Promise<Response>