Rocky_Mountain_Vending/.pnpm-store/v10/files/f7/4f0e5e8cc3e8a9330d2f321250401820bd45e260ff6b9e143c34957d13dbc2006a7bcb5a96ee94a47e665fba5e4304a6e5bf9dbd986ea1286d357eabda272a
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

16 lines
576 B
Text

export declare const eachWeekendOfIntervalWithOptions: import("./types.js").FPFn2<
import("../eachWeekendOfInterval.js").EachWeekendOfIntervalResult<
import("../fp.js").Interval<
import("../fp.js").DateArg<Date>,
import("../fp.js").DateArg<Date>
>,
| import("../eachWeekendOfInterval.js").EachWeekendOfIntervalOptions<Date>
| undefined
>,
| import("../eachWeekendOfInterval.js").EachWeekendOfIntervalOptions<Date>
| undefined,
import("../fp.js").Interval<
import("../fp.js").DateArg<Date>,
import("../fp.js").DateArg<Date>
>
>;