Rocky_Mountain_Vending/.pnpm-store/v10/files/8e/795ee9dadd8fe6e04e2777200d95782fd3624a16ccc46166dabc0171872c8e1d2ddb948f23b3577616709609feb310907df8d746decd625e2a2e7c441e363f
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
118 B
Text

/**
*
* @param cleanDate {Date}
* @returns {number}
*/
export declare function getMonth(cleanDate: Date): number;