This website requires JavaScript.
Explore
Help
Register
Sign In
innov
/
llalaad
mirror of
https://gitee.com/floraachy/llalaad.git
Watch
1
Star
0
Fork
You've already forked llalaad
0
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
master
llalaad
/
node_modules
/
axios
/
lib
/
cancel
/
isCancel.js
6 lines
99 B
JavaScript
Raw
Permalink
Blame
History
'use strict'
;
export
default
function
isCancel
(
value
)
{
return
!
!
(
value
&&
value
.
_
_CANCEL
_
_
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink