Rocky_Mountain_Vending/.pnpm-store/v10/files/00/d792c44d0629f9efa727f05b3e9d337bff2dda107b39dd7d2b2b84f937fe5aa7d39540c8f2c7c1cb4b85edbdc521465311831ab382b61d25beb9bbedd8bf6a
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 eachQuarterOfIntervalWithOptions: import("./types.js").FPFn2<
import("../eachQuarterOfInterval.js").EachQuarterOfIntervalResult<
import("../fp.js").Interval<
import("../fp.js").DateArg<Date>,
import("../fp.js").DateArg<Date>
>,
| import("../eachQuarterOfInterval.js").EachQuarterOfIntervalOptions<Date>
| undefined
>,
| import("../eachQuarterOfInterval.js").EachQuarterOfIntervalOptions<Date>
| undefined,
import("../fp.js").Interval<
import("../fp.js").DateArg<Date>,
import("../fp.js").DateArg<Date>
>
>;