Rocky_Mountain_Vending/.pnpm-store/v10/files/b6/de2e1e723da255466ec67c808cd699e0e6f826c827d16ec253090509395e1beb366036f4eb80a0a06823ef68b1fec68351565c22adec2cf8cc279b8f798aa2
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
206 B
Text

export declare const lastDayOfQuarterWithOptions: import("./types.js").FPFn2<
Date,
| import("../lastDayOfQuarter.js").LastDayOfQuarterOptions<Date>
| undefined,
import("../fp.js").DateArg<Date>
>;