Rocky_Mountain_Vending/.pnpm-store/v10/files/28/cc845807dcc6548a36f045a5065f8e1c3df839ebf8b11708fc39d4ca92333fdcec55206e11ba9f163e37641e208097b6a18031fd18c61604615f3bb7b4c244
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
200 B
Text

export declare const startOfISOWeekWithOptions: import("./types.js").FPFn2<
Date,
| import("../startOfISOWeek.js").StartOfISOWeekOptions<Date>
| undefined,
import("../fp.js").DateArg<Date>
>;