UNPKG

@serenity-js/rest

Version:

Serenity/JS Screenplay Pattern library for interacting with REST and other HTTP-based services, supporting comprehensive API testing and blended testing scenarios

9 lines 403 B
import { type AxiosInstance } from 'axios'; import type { AxiosRequestConfigDefaults } from './AxiosRequestConfigDefaults'; /** * Creates an Axios instance with desired configuration and proxy support. * * @param axiosInstanceOrConfig */ export declare function createAxios(axiosInstanceOrConfig?: AxiosInstance | AxiosRequestConfigDefaults): AxiosInstance; //# sourceMappingURL=createAxios.d.ts.map