in front-end/src/utils/validate.js [62:67]
export function validateEmpty(obj) { if (typeof obj === 'undefined' || obj === null || obj === '') { return true } return false }