export function flatten(obj: object) { return Object.values(obj).flat(); }