Rocky_Mountain_Vending/.pnpm-store/v10/files/56/d5aeddb1738f1be71cb41a062ab2283111d8b83d77e570cd519c84acb18abd94bfe77f6bdea0b37f738f0718edb22e8ab5294cbfeaa6fc70cc09fd4d0da1da
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
193 B
Text

export declare const startOfDecadeWithOptions: import("./types.js").FPFn2<
Date,
import("../startOfDecade.js").StartOfDecadeOptions<Date> | undefined,
import("../fp.js").DateArg<Date>
>;