UNPKG
swagger2ts-gen-cli
Version:
latest (2.0.9)
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
swagger2ts-gen-cli 是一个根据后端服务的 swagger-api 生成客户端代码的 Cli 工具。
swagger2ts-gen-cli
/
dist
/
src
/
utils
/
downloadFile.d.ts
3 lines
(2 loc)
•
138 B
TypeScript
View Raw
1
2
3
import
{
AxiosResponse
}
from
'axios'
;
export
declare
const
downloadFile
:
(
result
:
AxiosResponse
,
outputDir
?:
string
) =>
Promise
<
string
>;