Rocky_Mountain_Vending/.pnpm-store/v10/files/8a/c42c27566d43a06e2c218f626eeac4b096a423786d9fdba15490b69f0080252aa024a1ad49793e2158f6ef1b463aa3de12de4e0fefc76d32531017ec163208
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
206 B
Text

export declare const isSameISOWeekWithOptions: import("./types.js").FPFn3<
boolean,
import("../isSameISOWeek.js").IsSameISOWeekOptions | undefined,
string | number | Date,
string | number | Date
>;