zhangyanpeng
2024-08-04 d0fab39db8c50fb72d7311b0d4c80e475af47c76
1
2
3
4
5
'use strict';
 
module.exports = function isCancel(value) {
  return !!(value && value.__CANCEL__);
};