Rocky_Mountain_Vending/.pnpm-store/v10/files/fe/f0a4de5325288a60c985dcdd99e8606fcffb5e559d45f07b7bf42fa22e18ea22f01402b80f019edceb35804a019a56cb4d1e288d0ac53658c9412105d7daa7
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

4 lines
106 B
Text

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