UNPKG

cloudstudio

Version:

Run VS Code on a remote server.

4 lines (3 loc) 176 B
import { AxiosInstance } from "axios"; import { IAxiosParams } from "../types/common"; export declare function getAxiosInstance(params?: IAxiosParams): Promise<AxiosInstance>;