export const objectIsEmpty = (obj:object) => { return !Object.keys(obj).length; };