Rocky_Mountain_Vending/.pnpm-store/v10/files/d8/1f6ddd48c6b3a46ef5a9caed159d340ac43724644df2fcfcad0d5068a3764d26513f063993982c843bbc8ed06ead478a8e4ca8c95c5eaec82c707628342b0f
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
178 B
Text

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