TenantAtlas/apps/platform/.pnpm-store/v10/files/70/a2bfedbbd38977b01f4303b4efe38a63f0715b9fa2763e4f0ad8a1136e6b3922149b38a7371c288a101e8871339d5f97d95d39f5dd70feafe69c9c60360f46
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

2 lines
137 B
Plaintext

export const isArrayLike = ((x) => x && typeof x.length === 'number' && typeof x !== 'function');
//# sourceMappingURL=isArrayLike.js.map