isArray.d.ts 58 Bytes
export declare const isArray: (arg: any) => arg is any[];