feige
2024-09-12 cef9c530bac641ed23780a54b1e167d1dde88267
1
export const isArrayLike = (<T>(x: any): x is ArrayLike<T> => x && typeof x.length === 'number' && typeof x !== 'function');