Rocky_Mountain_Vending/.pnpm-store/v10/files/9e/40344145f61bdf10b40045587e04698c8558665ccc8dbe7dca662c7e161e32b418356d682a49f9d212be4e958db8bfdd77b554b4ebe170f01ce8df76e21723
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
100 B
Text

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