export function isEmpty(val){ return val===null||val===undefined||val==='' }