Rocky_Mountain_Vending/.pnpm-store/v10/files/b3/f3c8baec3ab11d682d95579674404de6521beeb339f77fbed8cf462ce04db9e9cec600cc7a9eef27f43e9a1a8f0194dd2a1628a210aa11b858e4fbf0349653
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

6 lines
116 B
Text

/**
*
* @param year {number}
* @returns {boolean}
*/
export declare function isLeapYear(year: number): boolean;