Your IP : 216.73.216.220


Current Path : /proc/thread-self/root/var/www/fidelitychain/www/node_modules/axios/lib/cancel/
Upload File :
Current File : //proc/thread-self/root/var/www/fidelitychain/www/node_modules/axios/lib/cancel/isCancel.js

'use strict';

export default function isCancel(value) {
  return !!(value && value.__CANCEL__);
}