Rocky_Mountain_Vending/.pnpm-store/v10/files/77/7bc673fda0e87fb2740df7cb48fba4495b7ca17048b954687932dff3b85057e86f0b7e9a66146f392814bf6a912c0de9315a6fa5dccc9345f3e442cab18b0a
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

4 lines
99 B
Text

export declare const isWeekend: import("./types.js").FPFn1<
boolean,
string | number | Date
>;