Properties

all: <T>(values: (T | Promise<T>)[]) => Promise<T[]>
Axios: typeof Axios
AxiosError: typeof AxiosError
AxiosHeaders: typeof AxiosHeaders
Cancel: CancelStatic
CanceledError: typeof CanceledError
CancelToken: CancelTokenStatic
defaults: Omit<AxiosDefaults, "headers"> & {
    headers: HeadersDefaults & { [key: string]: AxiosHeaderValue };
}
formToJSON: (form: GenericFormData | GenericHTMLFormElement) => object
getAdapter: (
    adapters: undefined | AxiosAdapterConfig | AxiosAdapterConfig[],
) => AxiosAdapter
HttpStatusCode: typeof HttpStatusCode
isAxiosError: <T = any, D = any>(payload: any) => payload is AxiosError<T, D>
isCancel: (value: any) => value is Cancel
spread: <T, R>(callback: (...args: T[]) => R) => (array: T[]) => R
toFormData: (
    sourceObj: object,
    targetFormData?: GenericFormData,
    options?: FormSerializerOptions,
) => GenericFormData
VERSION: string

Methods

  • Parameters

    Returns string