Rocky_Mountain_Vending/.pnpm-store/v10/files/f6/e41826c8426da237f5b16f3cd2bcdd71c1c285793674d0dbad3ca450231651413743369604fec0777d4d63c4a2dc86f478c5e7844aa3c04a5a12de9c8d5c6e
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
200 B
Text

export declare const lastDayOfMonthWithOptions: import("./types.js").FPFn2<
Date,
| import("../lastDayOfMonth.js").LastDayOfMonthOptions<Date>
| undefined,
import("../fp.js").DateArg<Date>
>;