UNPKG

piral-fetch

Version:

Plugin for standardizing fetch in Piral.

4 lines (3 loc) 219 B
import { FetchConfig } from './config'; import { FetchOptions, FetchResponse } from './types'; export declare function httpFetch<T>(config: FetchConfig, path: string, options?: FetchOptions): Promise<FetchResponse<T>>;