UNPKG

simple-queries-react

Version:

Simple Queries React: Streamlined requests, powerful results. Transform your API calls into something simple, fast, and scalable with just a few lines of code.

3 lines (2 loc) 228 B
import { ApiRequest } from "../@types"; export declare const fetchRequest: ({ url, endpoint, errorFn, pathRest, params, body, headers, methods, apiName, onSuccess, bodyURLSearchParams }?: Partial<ApiRequest>) => Promise<any>;