This website requires JavaScript.
Explore
Help
Sign In
suroh
/
work.suroh.tk
Watch
0
Star
0
Fork
You've already forked work.suroh.tk
0
Code
Pull Requests
Actions
Activity
410082595a
work.suroh.tk
/
node_modules
/
axios
/
lib
/
cancel
/
isCancel.js
6 lines
102 B
JavaScript
Raw
Blame
History
'use strict'
;
module
.
exports
=
function
isCancel
(
value
)
{
return
!
!
(
value
&&
value
.
_
_CANCEL
_
_
)
;
}
;
View Git Blame
Copy Permalink