Rocky_Mountain_Vending/.pnpm-store/v10/files/1e/50fff53043c77744730a7f6d900fd418fa4c27af5bfb8aa4de6ccca51b8818e6ff4d54b4bab040c2d881958d32ca53a6a9a4fd101494163ffa6e0bb2424fac
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
192 B
Text

export declare const toDate: import("./types.js").FPFn2<
Date,
import("../fp.js").ContextFn<Date> | undefined,
import("../fp.js").DateArg<Date | import("../fp.js").ConstructableDate>
>;