Rocky_Mountain_Vending/.pnpm-store/v10/files/44/ada2150f836bff6804f065aeaaabcdf326f6334e04d4a8f0cc03485028c44ca9975c5bc88cf3d602235d806f4029cd9d5eea5d615eee330910a320b15a1a34
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
168 B
Text

export declare const isTuesdayWithOptions: import("./types.js").FPFn2<
boolean,
import("../isTuesday.js").IsTuesdayOptions | undefined,
string | number | Date
>;