Tcsm
2023-07-30 cfa5f387337a497fed7e70775855d93f7cb6addf
1
export const isArrayLike = (<T>(x: any): x is ArrayLike<T> => x && typeof x.length === 'number' && typeof x !== 'function');