Rocky_Mountain_Vending/.pnpm-store/v10/files/29/5c75e5c799c25707f95e278ea31d431300ed14db1284986d54aa12032734cd495b71852c6c47eef6f77c44f725adcec74fcb73bdeffa9be73bd13d29002e64
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
133 B
Text

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