Rocky_Mountain_Vending/.pnpm-store/v10/files/d4/ffb147bab98b3bf1d4e108e18232968f501c620fb9c907dc393da7d803e2e221ff10e7d7c8315ddf76cf19220f03bdb240b514a807a3ff277361fd0ef9c30e
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
555 B
Text

export declare const eachWeekOfIntervalWithOptions: import("./types.js").FPFn2<
import("../eachWeekOfInterval.js").EachWeekOfIntervalResult<
import("../fp.js").Interval<
import("../fp.js").DateArg<Date>,
import("../fp.js").DateArg<Date>
>,
| import("../eachWeekOfInterval.js").EachWeekOfIntervalOptions<Date>
| undefined
>,
| import("../eachWeekOfInterval.js").EachWeekOfIntervalOptions<Date>
| undefined,
import("../fp.js").Interval<
import("../fp.js").DateArg<Date>,
import("../fp.js").DateArg<Date>
>
>;