# getKeys
```ts
export declare const getKeys: {
    (o: object): string[];
    (o: {}): string[];
};

```
