frontend/.pnpm-store/v3/files/bf/9e536d03a72d168a996894683883fa072499c355cfa9fd4b504279c1489a4bd2e9590269c066a144d4f01f3a063f0562a6c8bf7c88bee60d1a30245e19f1f9

1 line
124 B
Plaintext

export const isArrayLike = (<T>(x: any): x is ArrayLike<T> => x && typeof x.length === 'number' && typeof x !== 'function');