Rocky_Mountain_Vending/.pnpm-store/v10/files/fb/861db504a98fdc35b491c74c10c865284ceb734d304f262f41da9c5b9c8526d3e7e53c475b307d2e99e9ae8e7a170cf2b18a1874667e33af8cec6f81b0468b
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
117 B
Text

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