• Preparing search index...
  • The search index is not available
Documentation - v0.0.15
  • Documentation
  • @fuman/fetch
  • index
  • createFfetch

Function createFfetch

  • createFfetch<
        const Addons extends FfetchAddon<any, any>[],
        Combined extends
            { request: object; response: object } = CombineAddons<Addons>,
    >(
        baseOptions?: FfetchBaseOptions<Addons> & Combined["request"],
    ): Ffetch<Combined["request"], Combined["response"]>
  • create a new ffetch function with the given base options

    Type Parameters

    • const Addons extends FfetchAddon<any, any>[]
    • Combined extends { request: object; response: object } = CombineAddons<Addons>

    Parameters

    • baseOptions: FfetchBaseOptions<Addons> & Combined["request"] = {}

    Returns Ffetch<Combined["request"], Combined["response"]>

    • Defined in packages/_standalone/fetch/src/ffetch.ts:319

Settings

Member Visibility
Documentation - v0.0.15
  • Loading...

Generated using TypeDoc