Current File : //usr/lib/node_modules/pm2/node_modules/axios/lib/cancel/isCancel.js
'use strict';

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