Rocky_Mountain_Vending/.pnpm-store/v10/files/d1/cc51c23cd3cc364cfc1cf2da0c7d1bfd2d68c108e11cee4cf5cf6174e198025a540dbbd0f8854defc948dfc3f252f0f388604395ffa753064a99803f7ee158
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

6 lines
191 B
Text

export declare const setISODayWithOptions: import("./types.js").FPFn3<
Date,
import("../setISODay.js").SetISODayOptions<Date> | undefined,
number,
import("../fp.js").DateArg<Date>
>;