Rocky_Mountain_Vending/.pnpm-store/v10/files/ff/59df274a3acc5d88500b6105f2b5464b1ff7e3efbd3875b247b2cbfa03dd0d4be9b4087a178567a8e445bb0650e677307cf346e2966f47e38d2a464f41d47a
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

5 lines
190 B
Text

export declare const endOfISOWeekWithOptions: import("./types.js").FPFn2<
Date,
import("../endOfISOWeek.js").EndOfISOWeekOptions<Date> | undefined,
import("../fp.js").DateArg<Date>
>;