Rocky_Mountain_Vending/.pnpm-store/v10/files/ba/9d6d804550cfcd6dfd82953f3a2c8bf30aa18cf0ae7299bc354c7d630ef17be205e0d8b6a795d1491a87e180124e7fb7eface8bf05f3240710593701ce40c4
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
170 B
Text

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