Rocky_Mountain_Vending/.pnpm-store/v10/files/58/8619f211e30d74def7f867f1b50a774d5ee56affbeb8848a990d427c979e17be520b57671573fb287427d19edf18916762ecf563584fd5a4cfb48ca3368232
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
185 B
Text

export declare const getWeeksInMonthWithOptions: import("./types.js").FPFn2<
number,
import("../getWeeksInMonth.js").GetWeeksInMonthOptions | undefined,
string | number | Date
>;