Rocky_Mountain_Vending/.pnpm-store/v10/files/ba/1fcf5107a9fa47931fc27f3049c9810094c399a068cd2dafa809b44d2fa8c00f6deba1c0c1642deb04f7edb556ae6900e2bdb3fb6ad9d2bad95ad799c698e9
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 subISOWeekYearsWithOptions: import("./types.js").FPFn3<
Date,
| import("../subISOWeekYears.js").SubISOWeekYearsOptions<Date>
| undefined,
number,
import("../fp.js").DateArg<Date>
>;