export function getKeys>(obj: T): Array { return Object.keys(obj); }