UNPKG
mockjs-async
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
mockjs支持异步模拟的版本
github.com/ccwq/Mock
ccwq/Mock
mockjs-async
/
.jshintrc
9 lines
•
138 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
{
"expr"
:
true
,
"asi"
:
true
,
"strict"
:
false
,
"undef"
:
true
,
"unused"
:
"strict"
,
"multistr"
:
true
,
"node"
:
true
}