Rocky_Mountain_Vending/.pnpm-store/v10/files/f0/b30a5bdd7f7f5c5e2240c7a0ae830ad4b0b28383fc3637d195e6cd31d556c1ba110c60f16e827b39347f15e6d3f48ea83d8ba87aa88c7dc98e5b4c909665ee
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

7 lines
179 B
Text

export declare const transpose: import("./types.js").FPFn2<
Date,
| Date
| import("../fp.js").ContextFn<Date>
| import("../fp.js").GenericDateConstructor<Date>,
Date
>;