2025-04-02 21:57:33 +08:00

2 lines
68 B
TypeScript

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