Rocky_Mountain_Vending/.pnpm-store/v10/files/62/39f2f9415a06a5470aab1c42f7b83246761baa150ba5f9a616a13efcc8038c36f4e134d314bcf294350a95a6eead30da0884fef6ca7004b44c3985a174af93
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 isWeekendWithOptions: import("./types.js").FPFn2<
boolean,
import("../isWeekend.js").IsWeekendOptions | undefined,
string | number | Date
>;