TenantAtlas/apps/platform/.pnpm-store/v10/files/bf/9e536d03a72d168a996894683883fa072499c355cfa9fd4b504279c1489a4bd2e9590269c066a144d4f01f3a063f0562a6c8bf7c88bee60d1a30245e19f1f9
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

1 line
124 B
Plaintext

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