uptime / node_modules /axios /lib /cancel /isCancel.js
khoadang31's picture
first commit
39100fb
Raw
History Blame Contribute Delete
102 Bytes
'use strict';
module.exports = function isCancel(value) {
return !!(value && value.__CANCEL__);
};