Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "handleResponse"

module

handler

Index

Interfaces

Functions

Functions

handleResponse

  • handler for fetch api.

    Type parameters

    • T

    Parameters

    • response: Response

      response of fetch api.

    • Default value options: HandleResponseOptions<T> = {formatter: res => res.json(),}

    Returns Promise<T>

Generated using TypeDoc