Rocky_Mountain_Vending/.pnpm-store/v10/files/7c/3e4e1be4dc2f551d1bbc2726df56850014ff072c86d85e843de1f8eb832795193c1369572ee6f23913f62671faf5933965f6c652fb62813b56852fbb536d73
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
214 B
Text

export declare const eachWeekendOfMonthWithOptions: import("./types.js").FPFn2<
Date[],
| import("../eachWeekendOfMonth.js").EachWeekendOfMonthOptions<Date>
| undefined,
import("../fp.js").DateArg<Date>
>;