UNPKG

setu.js

Version:

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

8 lines (7 loc) 132 B
export declare const defaults: { baseURL: string; headers: { 'Content-Type': string; }; timeout: number; };