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