Rocky_Mountain_Vending/.pnpm-store/v10/files/73/d9b946110124f982e0320bed42837abcfb84c6b23328a863199db551741dc11e3cdb16cec04555480fa6a657df59546e38eea2d9e6701466b9775d53200fe6
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
548 B
Text

export declare const eachDayOfIntervalWithOptions: import("./types.js").FPFn2<
import("../eachDayOfInterval.js").EachDayOfIntervalResult<
import("../fp.js").Interval<
import("../fp.js").DateArg<Date>,
import("../fp.js").DateArg<Date>
>,
| import("../eachDayOfInterval.js").EachDayOfIntervalOptions<Date>
| undefined
>,
| import("../eachDayOfInterval.js").EachDayOfIntervalOptions<Date>
| undefined,
import("../fp.js").Interval<
import("../fp.js").DateArg<Date>,
import("../fp.js").DateArg<Date>
>
>;