Rocky_Mountain_Vending/.pnpm-store/v10/files/7f/9e0d5f38a49006157360c987a0c54dd463174f221af9e99cb75f43c08b9e1ce356f87b249801bb293bb8f36b5e5426d2bcb73b118f207e02fa4a17b4c7da19
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

5 lines
145 B
Text

export declare const closestIndexTo: import("./types.js").FPFn2<
number | undefined,
(string | number | Date)[],
string | number | Date
>;