Rocky_Mountain_Vending/.pnpm-store/v10/files/82/f24ddb08ef917f92f8700af10dfc7bacacd094020aae56280271124fc067c25457fd4abbc0d54249f2030662840a435c0293e9f41b731c864f6e7aa65ce250
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
203 B
Text

export declare const startOfWeekYearWithOptions: import("./types.js").FPFn2<
Date,
| import("../startOfWeekYear.js").StartOfWeekYearOptions<Date>
| undefined,
import("../fp.js").DateArg<Date>
>;