Rocky_Mountain_Vending/.pnpm-store/v10/files/35/e11eb565f9bccd83fa5990568de5b5b3d9c82c8b65244460006d44ff43d00836357b0a6961092dc7a82ffcae0c075c37dbef6fb0ae536d0d23d994e8dbf16e
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
231 B
Text

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