Rocky_Mountain_Vending/.pnpm-store/v10/files/ad/78c3243d16a5eb0d6645cc6c66be63cf9ec75f88b2a5d3bb7685a1d1d0bb5c032e72618cc4b8b69a1294fb3437346f9d6bdc07e3f683cc57738eacd2b47901
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
215 B
Text

export declare const roundToNearestHoursWithOptions: import("./types.js").FPFn2<
Date,
| import("../roundToNearestHours.js").RoundToNearestHoursOptions<Date>
| undefined,
import("../fp.js").DateArg<Date>
>;