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