Rocky_Mountain_Vending/.pnpm-store/v10/files/95/35db04765d166754cc26d5cc5ff8673066634a3f09d9d9d30ef5b6dc046eb0665c34a49bb954ef86f5ada1e4a84c8d27181590c3fb96f5faad94d730a968ac
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 lastDayOfISOWeek: import("./types.js").FPFn1<
Date,
import("../fp.js").DateArg<Date>
>;