?
Current File : /home/sanghavirealty/public_html/node_modulesazwer/axios/lib/cancel/isCancel.js
'use strict';

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