This website works better with JavaScript.
Home
Explore
Help
Sign In
bnyer
/
bnyer-cloud-tiktok
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
1
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.
46
Commits
4
Branches
1
Tag
5.9 MiB
Tree:
cca8b31a54
feature-1.0
feature-1.1
feature-1.1-dev
master
v1.0.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'cca8b31a54'
${ noResults }
bnyer-cloud-tiktok
/
node_modules
/
axios
/
lib
/
cancel
/
isCancel.js
6 lines
102 B
Raw
Normal View
History
1.0.0:添加banner接口调用
4 years ago
'use strict'
;
module
.
exports
=
function
isCancel
(
value
)
{
return
!
!
(
value
&&
value
.
__
CANCEL__
)
;
}
;