Rocky_Mountain_Vending/.pnpm-store/v10/files/68/776729bc03c5a2ee4487e6c6d706b80f9f44a13867a5bcad122231f2eb0d3e97e375c7817bf97c4fb1b3d8fc42a4dda2e7db5759429317f30cc044188e2485
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

6 lines
206 B
Text

export declare const endOfISOWeekYearWithOptions: import("./types.js").FPFn2<
Date,
| import("../endOfISOWeekYear.js").EndOfISOWeekYearOptions<Date>
| undefined,
import("../fp.js").DateArg<Date>
>;