![JAR search and dependency download from the Maven repository](/logo.png)
scripts.node_modules.axios.lib.cancel.isCancel.js Maven / Gradle / Ivy
'use strict';
module.exports = function isCancel(value) {
return !!(value && value.__CANCEL__);
};
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
'use strict';
module.exports = function isCancel(value) {
return !!(value && value.__CANCEL__);
};