Rocky_Mountain_Vending/.pnpm-store/v10/files/5e/041da8b2366160b846b80e83bf58fb8cf416b329766446a0e07c603735379df33973478fadf6e88b676ebc54c3a17c7a839d69e1b76beb3c4548046b0c5c32
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
139 B
Text

export declare const differenceInISOWeekYears: import("./types.js").FPFn2<
number,
string | number | Date,
string | number | Date
>;