# getAllKeys
```ts
interface GetAllKeysOpts {
    unenumerable?: boolean;
    proto?: boolean;
    symbol?: boolean;
}
export declare const getAllKeys: (obj: any, opts?: GetAllKeysOpts) => any[];
export {};

```
