• File: isCancel.js
  • Full Path: /home6/laduliya/test.mydthpay.com/node_modules/axios/lib/cancel/isCancel.js
  • Date Modified: 10/26/1985 11:45 AM
  • File size: 102 bytes
  • MIME-type: text/plain
  • Charset: utf-8
'use strict';

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