Rocky_Mountain_Vending/.pnpm-store/v10/files/8a/32748af7347485d0fb139d63d8f9f28aa76841153aaba1d440c5b642f78fce02a1611786c80cb757f1d58c96e74ed724c2f2cefa3b13bf579d602ddb8cff9d
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
193 B
Text

export declare const lastDayOfWeekWithOptions: import("./types.js").FPFn2<
Date,
import("../lastDayOfWeek.js").LastDayOfWeekOptions<Date> | undefined,
import("../fp.js").DateArg<Date>
>;