Rocky_Mountain_Vending/.pnpm-store/v10/files/64/3c5a543c21d8d1157d5fd6bd25c90673553f1c19d3b7105116220f5ff6c29125ca3a8be053bd11db65be3cd92371e47691faf9fff213686b671081406fae48
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

2 lines
141 B
Text

export declare const iso8601: (time: number | string | Date) => string;
export declare const toDate: (time: number | string | Date) => Date;