Rocky_Mountain_Vending/.pnpm-store/v10/files/f4/4a9f04f3b234e096814359c133619dd52a04580f5a7a012d5a39e5fa0e11fe7bc63bb8f423dac0bce1c133f33eda89f525bef2deecbec6a8b29ef35f9d4e01
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

6 lines
200 B
Text

export declare const setDayOfYearWithOptions: import("./types.js").FPFn3<
Date,
import("../setDayOfYear.js").SetDayOfYearOptions<Date> | undefined,
number,
import("../fp.js").DateArg<Date>
>;