Rocky_Mountain_Vending/.pnpm-store/v10/files/52/7c1b1ddf91eb9c72a5791b730dba647f0af901ee28a9c01309e21c8c8e1293c0211443803ffa8b92f6846021db598e0c539746d83b9389c8ef2d794a62b5d4
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

5 lines
152 B
Text

export declare const parseISOWithOptions: import("./types.js").FPFn2<
Date,
import("../parseISO.js").ParseISOOptions<Date> | undefined,
string
>;