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