Rocky_Mountain_Vending/.pnpm-store/v10/files/bf/9e536d03a72d168a996894683883fa072499c355cfa9fd4b504279c1489a4bd2e9590269c066a144d4f01f3a063f0562a6c8bf7c88bee60d1a30245e19f1f9
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

1 line
No EOL
124 B
Text

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