Rocky_Mountain_Vending/.pnpm-store/v10/files/1e/479e0936b60c0d1118b071f4233974389755aa718d5ecabd19e539ddf7b1f96f6149e95b956e4f151576c0bfee139cec0bd5af10ed5429f7b9018adcda055e
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
111 B
Text

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