Rocky_Mountain_Vending/.pnpm-store/v10/files/96/fa1a1a614551a076ec7430cfc841dc4ab80f43042b1acf11e53e64d27fe6b43e578f377ecd31cd5fe91730d72ccd906fac30fe9e1ca94b8cc2d1e395248f39
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

7 lines
254 B
Text

export declare const differenceInCalendarQuartersWithOptions: import("./types.js").FPFn3<
number,
| import("../differenceInCalendarQuarters.js").DifferenceInCalendarQuartersOptions
| undefined,
string | number | Date,
string | number | Date
>;