Rocky_Mountain_Vending/.pnpm-store/v10/files/7b/6eb24a8aae2caeae45be66a35864cd517e1f49622a7711ad1bdde070ae7c2256ccf15b92a09e4df4946ae6675dfa60e39f636b7cbe3f401d3137a348a13de7
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
194 B
Text

export declare const isSameDayWithOptions: import("./types.js").FPFn3<
boolean,
import("../isSameDay.js").IsSameDayOptions | undefined,
string | number | Date,
string | number | Date
>;