UNPKG

unity-i18n

Version:
10 lines (9 loc) 294 B
import { AxiosRequestConfig } from "axios"; export declare const __http_record: { lastURL: string; }; export declare function httpGet<T>(url: string, param?: object | string | null, config?: AxiosRequestConfig<T>): Promise<{ data?: T; errMsg?: string; url: string; }>;