Rocky_Mountain_Vending/.pnpm-store/v10/files/4f/1ae5740d2262ca6d840d5379285e05e3a6e38ff5e66301ccbcc559217940beab05acd5c7662756a1fe78cb1887c14a20da66f5ca22efaf3ec042d784a01016
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
206 B
Text

export declare const lastDayOfISOWeekWithOptions: import("./types.js").FPFn2<
Date,
| import("../lastDayOfISOWeek.js").LastDayOfISOWeekOptions<Date>
| undefined,
import("../fp.js").DateArg<Date>
>;