Rocky_Mountain_Vending/.pnpm-store/v10/files/c5/d24c1dd9d70a2ccfda65aa3af35cce934904d070e74d16d06c68255e2c7eb2eb0ef4a53bd324c084f370d502fe2f53a13d68032e466c10684b9a9b1d6cb7d0
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 isThursdayWithOptions: import("./types.js").FPFn2<
boolean,
import("../isThursday.js").IsThursdayOptions | undefined,
string | number | Date
>;