Rocky_Mountain_Vending/.pnpm-store/v10/files/b9/c7927b80e4052525e96c4326d0c4eba989a2479022650405861755a5bc12030a3469af9f624f32b569b7b2016b7d3f4fa2f9f3e9fd73cf53cf216c98ae0a94
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 isSundayWithOptions: import("./types.js").FPFn2<
boolean,
import("../isSunday.js").IsSundayOptions | undefined,
string | number | Date
>;