Skip to content

Type Alias: FetchFunc()

FetchFunc = (...args) => Promise<Response>

Defined in: packages/fetch/src/types/options.ts:98

Optional, custom fetch function to replace the built-in fetch

Parameters

args

...FetchArgs

Returns

Promise<Response>