Rocky_Mountain_Vending/.pnpm-store/v10/files/a9/33d3ebb00bcb246428beb2f1453d01e424976ed4d1a6278452c3541cb1f8e86a2d0f2d089021ec667bb33ca73bd9f1d52b8904d5aa782725ff70f80c13b428
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
129 B
Text

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