UNPKG

stable-ts-type

Version:

Obtain the most stable type code of 'typescript' through multiple network requests

5 lines (4 loc) 254 B
import type { AxiosRequestConfig } from 'axios'; import type { RequestMock } from './input'; declare function fetch(request: string | AxiosRequestConfig, requestConfig?: AxiosRequestConfig, requestMock?: RequestMock): Promise<any>; export default fetch;