Rocky_Mountain_Vending/.pnpm-store/v10/files/f4/37f00f1457bee24b8abba45465299fe3c9b3ee20d9ec2eda86d67f62df02e2630481084cb235ed8a89c92f3463a36b9facabd06c1b84df2e8dcb1203c2817a
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

4 lines
117 B
Text

export declare const lastDayOfISOWeekYear: import("./types.js").FPFn1<
Date,
import("../fp.js").DateArg<Date>
>;