UNPKG

@mornya/restful-libs

Version:

The project of wrapped library for RESTful API processing module.

3 lines (2 loc) 201 B
export { getInstance, cancelAllRequests, isCancelled, restApi, restApis, reset } from './AxiosLib'; export type { AxiosRequestConfig, AxiosResponse, AxiosError, AxiosRetry, Option } from './AxiosLib';