isArrayLike.d.ts 68 Bytes Raw Blame History Permalink 1 export declare const isArrayLike: <T>(x: any) => x is ArrayLike<T>;