UNPKG

@ackee/antonio-core

Version:

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

5 lines (4 loc) 344 B
import type { FinalRequestConfig } from '../../../../types'; import type { GeneralConfig } from '../../../core/general-config'; export declare function joinUrlChunks(baseUrl?: string, ...path: string[]): URL; export declare function createRequestUrl(requestUrl: string, requestConfig: FinalRequestConfig, generalConfig: GeneralConfig): string;