Rocky_Mountain_Vending/.pnpm-store/v10/files/99/dfec83c2ace77048b1825732387c5a4e142fdaa9e168034874bb5e5d546c4fac413b897880a9817fa0ee7b31651ee13be3f3a31fbfc5ccd5787c008bed38ab
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
211 B
Text

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