UNPKG

@condor-labs/axios

Version:

This module provide and useful helper to use the official Axios library.

7 lines (4 loc) 118 B
import { AxiosStatic } from "axios"; export * from "axios"; declare const axios: AxiosStatic; export default axios;