isEmpty.d.ts 56 B

1
  1. export declare const isEmpty: (obj: object) => boolean;