This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
luojigou_h5
/
offline-pdf-app
Suivre
3
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
6171ea2d4e
Branches
Tags
main
master
offline-pdf-app
/
node_modules
/
axios
/
lib
/
cancel
/
isCancel.js
isCancel.js
99 B
Historique
Raw
1
2
3
4
5
'use strict'
;
export
default
function
isCancel
(
value
)
{
return
!!(value && value.__CANCEL__);
}