UNPKG

@ace-fetch/uni-app

Version:

uni-app adapter for @ace-fetch/core.

3 lines (2 loc) 187 B
import type { RequestConfig, Response } from '@ace-fetch/core'; export declare function dispatchRequest({ url, method, headers, params, ...rest }: RequestConfig): Promise<Response<any>>;