Rocky_Mountain_Vending/.pnpm-store/v10/files/c5/9643b3d9c34bd524c5a8cee7676fb50c2bf602f665c5b113cc013b8a737b597357751e8b57915ce66ae7c1eef942b7f6560eeddc418ee4f49bd27aa2fff9fc
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
182 B
Text

export declare const getDaysInMonthWithOptions: import("./types.js").FPFn2<
number,
import("../getDaysInMonth.js").GetDaysInMonthOptions | undefined,
string | number | Date
>;