Rocky_Mountain_Vending/.pnpm-store/v10/files/0a/b55dd83fecaa17cf3ac34568ab8235cf404212e980158fa0e7b6bbdbe18575088bc7367c205521355239857eb7e1388e57efb4bbb659fe2dc55b5b7678a22a
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
184 B
Text

export declare const endOfMonthWithOptions: import("./types.js").FPFn2<
Date,
import("../endOfMonth.js").EndOfMonthOptions<Date> | undefined,
import("../fp.js").DateArg<Date>
>;