Rocky_Mountain_Vending/.pnpm-store/v10/files/7f/4d40047d9e974cea0c1dc8eb0c657ade25b6cd051a658ad58a36c36ca6ad5587f42cd7f5bfe0f4b3b45832bd48c0de7becb4c6388c2e2d36f52021ec4bd659
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
203 B
Text

export declare const lastDayOfDecadeWithOptions: import("./types.js").FPFn2<
Date,
| import("../lastDayOfDecade.js").LastDayOfDecadeOptions<Date>
| undefined,
import("../fp.js").DateArg<Date>
>;