Rocky_Mountain_Vending/.pnpm-store/v10/files/f0/579b868f4206913774dd11bd394a8ed98459007945ee9caf628ae9615ac6ee18f4a8f6115d335f4e68ef3eebae791e770829396d180ab707218d310098b130
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
197 B
Text

export declare const isSameYearWithOptions: import("./types.js").FPFn3<
boolean,
import("../isSameYear.js").IsSameYearOptions | undefined,
string | number | Date,
string | number | Date
>;