UNPKG

@hyper-fetch/core

Version:

Cache, Queue and Persist your requests no matter if you are online or offline!

6 lines 713 B
import { Adapter } from '../adapter/adapter'; import { HttpMethodsType } from '../types'; import { QueryParamsType } from '../adapter'; import { HttpAdapterExtraType, FetchAdapterOptionsType } from './http-adapter.types'; export declare const getAdapter: () => Adapter<FetchAdapterOptionsType, HttpMethodsType, number, HttpAdapterExtraType, string | QueryParamsType | null, undefined, string, import('../adapter').DefaultMapperType, (queryParams: QueryParamsType | string | import('../types').EmptyTypes, options?: import('./http-adapter.types').QueryStringifyOptionsType) => string, import('../adapter').DefaultMapperType, import('../adapter').DefaultMapperType>; //# sourceMappingURL=http-adapter.fetch.d.ts.map