Rocky_Mountain_Vending/.pnpm-store/v10/files/87/c610299e0ed891b81853bea310817ea7726c680f89709731c0a3a53cbead356b067c2696ef5b5f323cf9afabe14276e823ff20b714fe9caf3c71cacfe764e6
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 isSameMonthWithOptions: import("./types.js").FPFn3<
boolean,
import("../isSameMonth.js").IsSameMonthOptions | undefined,
string | number | Date,
string | number | Date
>;