UNPKG
uni-http
Version:
latest (0.7.9)
0.7.9
0.7.8
0.7.7
0.7.6
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.0
0.5.0
0.4.1
0.4.0
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
在uniapp中发送请求和上传文件的api进行了封装
github.com/januwA/uni-http
januwA/uni-http
uni-http
/
tsconfig.types.json
9 lines
•
189 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"./dist/types"
,
"sourceMap"
:
true
,
"declaration"
:
true
,
"declarationMap"
:
true
}
}