UNPKG

@ackee/antonio-core

Version:

A HTTP client built on fetch API with axios-like API.

4 lines (3 loc) 213 B
import { RequestConfig } from '../../../types'; export declare const defaultRequestConfig: Required<Pick<RequestConfig, 'headers'>>; export type DefaultRequestConfig = RequestConfig & typeof defaultRequestConfig;