Type Alias: CustomFetch

March 19, 2026 ยท View on GitHub

๐Ÿ’— Help the project

Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by becoming a sponsor.


โ€ข CustomFetch = (url, options) => Promise<Response>

Parameters

ParameterType
urlstring
optionsCustomFetchOptions

Returns

Promise<Response>

See

customFetch

Contents

  1. 1Parameters
  2. 2Returns
  3. 3See