is-empty.d.ts 71 B

12
  1. declare function isEmpty(value: any): boolean;
  2. export default isEmpty;