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