UNPKG

setu.js

Version:

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

8 lines 166 B
export const defaults = { baseURL: '', headers: { 'Content-Type': 'application/json' }, timeout: 10000 }; //# sourceMappingURL=defaults.js.map