Rocky_Mountain_Vending/.pnpm-store/v10/files/a2/d584225c33d0b0bed3ff60120f0d600ea12f1cc42ddcd3152bb071911d8a68016de91feb9467e255fba15398d99c8113b77cf9115da98cbb3d1dd8d84c390a
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

5 lines
187 B
Text

export declare const startOfYearWithOptions: import("./types.js").FPFn2<
Date,
import("../startOfYear.js").StartOfYearOptions<Date> | undefined,
import("../fp.js").DateArg<Date>
>;