isEmpty.d.ts 64 B

1234
  1. declare function isEmpty(val: any): boolean;
  2. export = isEmpty;