Rocky_Mountain_Vending/.pnpm-store/v10/files/63/3b7aa160704e0cee8636ffec5020085147b4ad91e7b3ca701e9f047d808b16d80d46dbac4110068c25a377265782e88fefcf790470474cbf455e1b7962a031
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 eachYearOfIntervalWithOptions: import("./types.js").FPFn2<
import("../eachYearOfInterval.js").EachYearOfIntervalResult<
import("../fp.js").Interval<
import("../fp.js").DateArg<Date>,
import("../fp.js").DateArg<Date>
>,
| import("../eachYearOfInterval.js").EachYearOfIntervalOptions<Date>
| undefined
>,
| import("../eachYearOfInterval.js").EachYearOfIntervalOptions<Date>
| undefined,
import("../fp.js").Interval<
import("../fp.js").DateArg<Date>,
import("../fp.js").DateArg<Date>
>
>;