Rocky_Mountain_Vending/.pnpm-store/v10/files/34/d006a8198dd2e34a4b79210106c5d6401d55221d9113ed75f131da118b16de0d4fc75aa92112f9116d1efb62ebf3a193a8145bfbe4e8f71d9aae1f5bb829a8
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
189 B
Text

export declare const isLastDayOfMonthWithOptions: import("./types.js").FPFn2<
boolean,
import("../isLastDayOfMonth.js").IsLastDayOfMonthOptions | undefined,
string | number | Date
>;