yz3456
2024-04-10 3a3913a98d2b2394990ec62387834360adeb8b58
1
export const isArrayLike = (<T>(x: any): x is ArrayLike<T> => x && typeof x.length === 'number' && typeof x !== 'function');