Rocky_Mountain_Vending/.pnpm-store/v10/files/4c/6e805472dae8d3c8eaf0e0fa72d1071245098b75077ec72222e5a6094c90c707771ebd64954a76eae56ca5ee716cc3b4bc41dc0db8cffb03405b3799609cd8
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
172 B
Text

export declare const formatWithOptions: import("./types.js").FPFn3<
string,
import("../format.js").FormatDateOptions | undefined,
string,
string | number | Date
>;