Rocky_Mountain_Vending/.pnpm-store/v10/files/ad/d8e4da4a8ee527bc05bbae40e9b7af1c6816c35ee784bdc71565f0050324bd6709eff7ce5198e23e91a32419e4ed05e51cb98aa7255603934a4ba2e3507a64
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
127 B
Text

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