sjufan84's picture
updated UI
77731d1
raw
history blame
99 Bytes
'use strict';
export default function isCancel(value) {
return !!(value && value.__CANCEL__);
}