Rocky_Mountain_Vending/.pnpm-store/v10/files/3d/34e72bf59ce8947dacdbdf12dea2c4db78e5444b70688aee6f139f96da0cc24b1e463b6485ef3ed285ceab68c4f67075f0ce51b4319efc776733ec4309ca59
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

7 lines
213 B
Text

export declare const addISOWeekYearsWithOptions: import("./types.js").FPFn3<
Date,
| import("../addISOWeekYears.js").AddISOWeekYearsOptions<Date>
| undefined,
number,
import("../fp.js").DateArg<Date>
>;