2021-09-05 12:34:08 +02:00

2 lines
68 B
TypeScript

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