UNPKG

swagger2ts-gen-cli

Version:

swagger2ts-gen-cli 是一个根据后端服务的 swagger-api 生成客户端代码的 Cli 工具。

3 lines (2 loc) 138 B
import { AxiosResponse } from 'axios'; export declare const downloadFile: (result: AxiosResponse, outputDir?: string) => Promise<string>;