Type Alias: FetchMethodFunc
FetchMethodFunc = <
T,Options>(url,options?) =>ReturnType<typeoffetchOriginal> &object
Defined in: packages/fetch/src/index.ts:23
Describes method-specific fetch-functions that includes .deferred() function for deferred/throttled requests
Type Declaration
deferred
deferred: typeof
fetchDeferred