Rocky_Mountain_Vending/.pnpm-store/v10/files/b8/7d47df435f6653e285e4ed13c1f952eff27508b7d9ec6e044533ef2cad0c1b2d14e8a20ab7ddf5547e189a28ee47e16025b917861f5bc34dc49b218b732c7c
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
140 B
Text

export declare const differenceInCalendarYears: import("./types.js").FPFn2<
number,
string | number | Date,
string | number | Date
>;