isArray.d.ts 53 B

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