export const isDefined = val => { return val !== null && val !== undefined; };