Your IP : 216.73.216.220


Current Path : /home/deltalab/.npm-global/lib/node_modules/pm2/node_modules/axios/lib/cancel/
Upload File :
Current File : //home/deltalab/.npm-global/lib/node_modules/pm2/node_modules/axios/lib/cancel/isCancel.js

'use strict';

module.exports = function isCancel(value) {
  return !!(value && value.__CANCEL__);
};