UNPKG

@ackee/antonio-core

Version:

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

6 lines (5 loc) 159 B
import type { RootLogger } from 'loglevel'; export type GeneralConfig = { logger: RootLogger; }; export declare const defaultGeneralConfig: GeneralConfig;