Rocky_Mountain_Vending/.pnpm-store/v10/files/42/3146b6650225017d161926f355537627a7f08b1c277058ff76e57892c020feed8d8c6423ff79001e03d030b489ba8c24701c10b9a13b61c128c730601c98cf
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

5 lines
165 B
Text

export declare const isMondayWithOptions: import("./types.js").FPFn2<
boolean,
import("../isMonday.js").IsMondayOptions | undefined,
string | number | Date
>;