Rocky_Mountain_Vending/.pnpm-store/v10/files/1f/f2d99b154bdd5bbf5d7a796432cc6d83f507573ab442298ab8f117f818b5a0f3ec3d17e5cd7a6b0f8b7a16fa79bbe67850a868670e70440ed6d4376bd25341
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
174 B
Text

export declare const isWednesdayWithOptions: import("./types.js").FPFn2<
boolean,
import("../isWednesday.js").IsWednesdayOptions | undefined,
string | number | Date
>;