Rocky_Mountain_Vending/.pnpm-store/v10/files/9c/6c8253495736440b170d2b5da13c3c00be6d85e473d651b7df9e37bdf73d09b4f57696d9f3ff6839cff968ceee5376f8906dadf7f02750bef1daa0ae00e975
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
562 B
Text

export declare const eachMonthOfIntervalWithOptions: import("./types.js").FPFn2<
import("../eachMonthOfInterval.js").EachMonthOfIntervalResult<
import("../fp.js").Interval<
import("../fp.js").DateArg<Date>,
import("../fp.js").DateArg<Date>
>,
| import("../eachMonthOfInterval.js").EachMonthOfIntervalOptions<Date>
| undefined
>,
| import("../eachMonthOfInterval.js").EachMonthOfIntervalOptions<Date>
| undefined,
import("../fp.js").Interval<
import("../fp.js").DateArg<Date>,
import("../fp.js").DateArg<Date>
>
>;