This website requires JavaScript.
Explore
Help
Register
Sign In
Heri2803
/
Sistem-Pakar-Diagnosa-Penyakit-Hama-Bayam
Watch
1
Star
0
Fork
You've already forked Sistem-Pakar-Diagnosa-Penyakit-Hama-Bayam
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6d87d8d0a1
Sistem-Pakar-Diagnosa-Penya...
/
backend
/
node_modules
/
axios
/
lib
/
cancel
/
isCancel.js
6 lines
99 B
JavaScript
Raw
Blame
History
'use strict'
;
export
default
function
isCancel
(
value
)
{
return
!
!
(
value
&&
value
.
_
_CANCEL
_
_
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink