Rocky_Mountain_Vending/.pnpm-store/v10/files/47/40f5533d1457ed2059a239e0834ad09bc8fdf8c13bf0c2c3acab237243fc5bf73698d606ece383aca52bf2297578dd04eac2c355df43f20b300fe42e5db5dc
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
222 B
Text

export declare const isSameISOWeekYearWithOptions: import("./types.js").FPFn3<
boolean,
| import("../isSameISOWeekYear.js").IsSameISOWeekYearOptions
| undefined,
string | number | Date,
string | number | Date
>;