Rocky_Mountain_Vending/.pnpm-store/v10/files/f5/518c2f97c911e6d9a8c5afb2688264a1b4e3f07ef62408ffcf0076364f1e030853fd2dd44a939a395784eae82f2e7d7aaa8cf85ecc1077083f3f127bb53a6d
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
140 B
Text

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