Rocky_Mountain_Vending/.pnpm-store/v10/files/95/658b08ab36a80d4936d082d09443424ca02ba61d664a5e4e625f4e0ab758077d1656b25b83ac8a1bcf8d1556079bfcbfbf6a13a0a9155c31c5a1461f1ca365
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
156 B
Text

export declare const closestTo: import("./types.js").FPFn2<
Date | undefined,
import("../fp.js").DateArg<Date>[],
import("../fp.js").DateArg<Date>
>;