zhang-wei-jian's picture
:rocket:
7d73cf2
raw
history blame contribute delete
102 Bytes
'use strict';
module.exports = function isCancel(value) {
return !!(value && value.__CANCEL__);
};