This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
xielq
/
finance-parent
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
e5c26bc3f6
Větve
Značky
dev
master
finance-parent
/
node_modules
/
axios
/
lib
/
cancel
/
isCancel.js
isCancel.js
102 B
Historie
Surový
1
2
3
4
5
'use strict';
module.exports = function isCancel(value) {
return !!(value && value.__CANCEL__);
};