This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
haxeho
/
GraduationDesign
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
71f2aab733
Ramuri
Etichete
master
GraduationDesig...
/
errand
/
node_modules
/
axios
/
lib
/
cancel
/
isCancel.js
isCancel.js
99 B
Istoric
Crud
1
2
3
4
5
'use strict';
export default function isCancel(value) {
return !!(value && value.__CANCEL__);
}