Rocky_Mountain_Vending/.pnpm-store/v10/files/3c/301d482234b1cc5fd95a036b2fbc0f657531136e24702d1b34937cccfd0509f868061bcdaf329cbfa157e4f82c046d8276d524bdd8a3a4e1d60e14119caa94
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
218 B
Text

export declare const lastDayOfISOWeekYearWithOptions: import("./types.js").FPFn2<
Date,
| import("../lastDayOfISOWeekYear.js").LastDayOfISOWeekYearOptions<Date>
| undefined,
import("../fp.js").DateArg<Date>
>;