isTypedArr.d.ts 70 B

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