isArrLike.d.ts 68 B

123
  1. declare function isArrLike(val: any): boolean;
  2. export = isArrLike;