Rocky_Mountain_Vending/.pnpm-store/v10/files/ce/f87c144063d15dff49c2a212c1424e8961ba6fca59f84bcce1cacc47291eeaa16a9ce5e6644c836ec3bc700f51dcc5adb1e2e26db34bdfa82165302b8f18f8
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

14 lines
473 B
Text

export declare const eachWeekendOfInterval: import("./types.js").FPFn1<
import("../eachWeekendOfInterval.js").EachWeekendOfIntervalResult<
import("../fp.js").Interval<
import("../fp.js").DateArg<Date>,
import("../fp.js").DateArg<Date>
>,
| import("../eachWeekendOfInterval.js").EachWeekendOfIntervalOptions<Date>
| undefined
>,
import("../fp.js").Interval<
import("../fp.js").DateArg<Date>,
import("../fp.js").DateArg<Date>
>
>;