Options
All
  • Public
  • Public/Protected
  • All
Menu

memoized-node-fetch - v1.1.4

Index

Type aliases

Functions

Type aliases

FetchFunctionType

FetchFunctionType: (url: RequestInfo, init?: RequestInit) => Promise<Response>

Type declaration

    • (url: RequestInfo, init?: RequestInit): Promise<Response>
    • Parameters

      • url: RequestInfo
      • Optional init: RequestInit

      Returns Promise<Response>

Functions

default

  • default(fetchFunction?: FetchFunctionType): (url: RequestInfo, options?: RequestInit, hashFunction?: HashFunction) => undefined | Promise<Response>
  • Parameters

    Returns (url: RequestInfo, options?: RequestInit, hashFunction?: HashFunction) => undefined | Promise<Response>

      • (url: RequestInfo, options?: RequestInit, hashFunction?: HashFunction): undefined | Promise<Response>
      • Parameters

        • url: RequestInfo
        • Optional options: RequestInit
        • hashFunction: HashFunction = ...

        Returns undefined | Promise<Response>

Generated using TypeDoc