Rocky_Mountain_Vending/.pnpm-store/v10/files/cc/e0f2ba5299f6483c5b8648532371e492eee2fceb1ae6f96d873cc88efea49b6f4bcc3e93728beff7a16e225fd5f13fa0ec59537212fefeb1b784d0b23db8a3
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
195 B
Text

export declare const getISOWeeksInYearWithOptions: import("./types.js").FPFn2<
number,
| import("../getISOWeeksInYear.js").GetISOWeeksInYearOptions
| undefined,
string | number | Date
>;