blob: 051f3ae4c5a52f545445ec89a294df05be0281a5 [file] [log] [blame]
'use strict';
module.exports = function isCancel(value) {
return !!(value && value.__CANCEL__);
};