hasKeys.d.ts 69 B

1
  1. export declare const hasKeys: <T extends object>(obj: T) => boolean;