2 lines
68 B
TypeScript
Raw Permalink Normal View History

export declare const isArrayLike: <T>(x: any) => x is ArrayLike<T>;