Rocky_Mountain_Vending/.pnpm-store/v10/files/19/3515e6fe215ddefbbd8a2640cb7d624bc27e3039f57e7a78a639916bb2db95c4fbc2a6066b0f2ea7025b1d51e6f9d5c9050eabb769a7dc5fabfcf8cbd45033
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

4 lines
113 B
Text

export declare const endOfISOWeekYear: import("./types.js").FPFn1<
Date,
import("../fp.js").DateArg<Date>
>;