isArray.d.ts 53 B

12
  1. export declare const isArray: (obj: any) => boolean;