UNPKG

setu.js

Version:

A lightweight HTTP client for Node.js and the browser, with smart adapter selection.

3 lines (2 loc) 181 B
import { HttpRequestConfig, HttpResponse } from './coreRequest.js'; export declare function coreRequest<T = any>(url: string, config?: HttpRequestConfig): Promise<HttpResponse<T>>;