Rocky_Mountain_Vending/.pnpm-store/v10/files/f9/48901044cfd9a80ec2c921e86ffdbfb387d5635296a6d3e68c99a5b4a2c404c059d270bcba1e28c09e8226182032037c42e3fb2c1f9bb82ff6efd322d47be5
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
171 B
Text

export declare const isSaturdayWithOptions: import("./types.js").FPFn2<
boolean,
import("../isSaturday.js").IsSaturdayOptions | undefined,
string | number | Date
>;