Rocky_Mountain_Vending/.pnpm-store/v10/files/f6/b9675697110b3a6c830f57d646dc2d13226d11cf6ec21920f0762dc611a9da036c2e538dfdeca6fec345737b6a08a44b7f0cf90226d37df6b18bf663115994
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 endOfDecadeWithOptions: import("./types.js").FPFn2<
Date,
import("../endOfDecade.js").EndOfDecadeOptions<Date> | undefined,
import("../fp.js").DateArg<Date>
>;