frontend/.pnpm-store/v3/files/70/a2bfedbbd38977b01f4303b4efe38a63f0715b9fa2763e4f0ad8a1136e6b3922149b38a7371c288a101e8871339d5f97d95d39f5dd70feafe69c9c60360f46

2 lines
137 B
Plaintext

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