export function isObjectEmpty(obj: object) { return Object.keys(obj).length === 0; }