This website works better with JavaScript.
Home
Explore
Help
Sign In
wanglin
/
practice_uniapp
Watch
2
Star
1
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
2
Branches
0
Tags
916 KiB
Vue
76.2%
JavaScript
18.7%
SCSS
2.2%
TypeScript
1.4%
CSS
1.3%
Tree:
3bca9bdc18
dev
study
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '3bca9bdc18'
${ noResults }
practice_uniapp
/
node_modules
/
axios
/
lib
/
cancel
/
isCancel.js
5 lines
99 B
Raw
Blame
History
'use strict'
;
export
default
function
isCancel
(
value
)
{
return
!
!
(
value
&&
value
.
__CANCEL__
)
;
}
Reference in new issue