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