UNPKG

setu.js

Version:

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

3 lines (2 loc) 214 B
export declare function buildQuery(params?: Record<string, any>): string; export declare function mergeHeaders(defaultHeaders: Record<string, string>, userHeaders?: Record<string, string>): Record<string, string>;