Rocky_Mountain_Vending/.pnpm-store/v10/files/f1/0ffbdf7ac7b26bcbd228fd1340d089f18ca01d6d7d5ae7add7561cdf61dd82b4deeece7e1f77f6241fc8b7017437b40a34303f4649026ea664fa9433cf5f35
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
194 B
Text

export declare const setISOWeekWithOptions: import("./types.js").FPFn3<
Date,
import("../setISOWeek.js").SetISOWeekOptions<Date> | undefined,
number,
import("../fp.js").DateArg<Date>
>;