isEmptyObject.d.ts 61 B

1
  1. export default function isEmptyObject(obj: Object): boolean;