Rocky_Mountain_Vending/.pnpm-store/v10/files/e3/2008e17e07c2af4c67616b0fb1bcc964ca23c27938fe05a9d8e2e698baaee09aaf05d963dfcea62526db89d2901ec59be1169e9cd355e9b1820ea0b90f668e
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
266 B
Text

export declare const differenceInCalendarISOWeekYearsWithOptions: import("./types.js").FPFn3<
number,
| import("../differenceInCalendarISOWeekYears.js").DifferenceInCalendarISOWeekYearsOptions
| undefined,
string | number | Date,
string | number | Date
>;