mirror of
https://github.com/wishthis/wishthis.git
synced 2026-04-29 18:52:48 -04:00
2 lines
68 B
TypeScript
2 lines
68 B
TypeScript
export declare const isArrayLike: <T>(x: any) => x is ArrayLike<T>;
|