Rocky_Mountain_Vending/.pnpm-store/v10/files/a4/c3ae87e1fd55e73d1223890473c49861c13e280c18af7ae231591d65b1d830d7493478145aef0e7989e08dce27f43fcff334ef06fd109f0281f75f484cb3f2
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
242 B
Text

export declare const differenceInISOWeekYearsWithOptions: import("./types.js").FPFn3<
number,
| import("../differenceInISOWeekYears.js").DifferenceInISOWeekYearsOptions
| undefined,
string | number | Date,
string | number | Date
>;