Rocky_Mountain_Vending/.pnpm-store/v10/files/f5/ab0fc301de59502a8765f1285354fd450fc36b2d65e1185a277b125add483da329e2f82c9c81c455df82f96d2aec167722683827167e334e7fdef4ccd8c7e6
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

10 lines
184 B
Text

/**
*
* @param cleanDate {Date}
* @param args
* @returns {number}
*/
export declare function setFullYear(
cleanDate: Date,
...args: Parameters<Date["setFullYear"]>
): number;