'use strict';
export default function isCancel(value) {
return !!(value && value.__CANCEL__);
}
Powered by Projectes IES La Mar.