Rocky_Mountain_Vending/.pnpm-store/v10/files/2f/8f0b3b02069cee8f87825787aeaef635dbf562bb3d9b1a9ecb309a02618cb284090e93cb8227d9c2fb90cd8d4f35d3ba4c46131341ed44d78f3fa787521469
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
182 B
Text

export declare const getISOWeekYearWithOptions: import("./types.js").FPFn2<
number,
import("../getISOWeekYear.js").GetISOWeekYearOptions | undefined,
string | number | Date
>;