Rocky_Mountain_Vending/.pnpm-store/v10/files/ea/907797b867e81131acaad907d647c6c5f19ebc2a5128efc5a1ec6e0cdc9a21d3ff8ea2303b1bfdb215753739e992b81c2027148ac8246946b11c7d69376dab
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
212 B
Text

export declare const startOfISOWeekYearWithOptions: import("./types.js").FPFn2<
Date,
| import("../startOfISOWeekYear.js").StartOfISOWeekYearOptions<Date>
| undefined,
import("../fp.js").DateArg<Date>
>;