Rocky_Mountain_Vending/.pnpm-store/v10/files/74/6a67c81aaf31cea1248f9a886adce6ede17afd232b8747e32ee9b42231599a619e15f73181345d071df4476349c2c28e9643f0d412cf65aec4aba122d7d007
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

4 lines
123 B
Text

/**
* Validates if the provided value is an IP address.
*/
export declare const isIpAddress: (value: string) => boolean;