Rocky_Mountain_Vending/.pnpm-store/v10/files/0d/571a420275f94adfc0a892a7ef5fe6bea5bf8de1799ac4656405c510546d271d6d811a3f632bd2788f5a7be597de87977a7c6266a679d2702caeadeed6e314
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

5 lines
193 B
Text

export declare const lastDayOfYearWithOptions: import("./types.js").FPFn2<
Date,
import("../lastDayOfYear.js").LastDayOfYearOptions<Date> | undefined,
import("../fp.js").DateArg<Date>
>;