export function objectKeys(obj: {}): string[] { return Object.keys(obj) }