This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
mahdihty
/
liwo_socket
Watch
2
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1
Commit
3
Branches
0
Tags
13 MiB
HTML
55.9%
JavaScript
44.1%
Tree:
1f2b40ae28
mahdi
masoud
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '1f2b40ae28'
${ noResults }
liwo_socket
/
node_modules
/
axios
/
lib
/
cancel
/
isCancel.js
5 lines
102 B
Raw
Blame
History
'use strict'
;
module
.
exports
=
function
isCancel
(
value
)
{
return
!
!
(
value
&&
value
.
__CANCEL__
)
;
}
;
Reference in new issue