Rocky_Mountain_Vending/.pnpm-store/v10/files/fd/7bca225007c1a20ec75b52feb9c83fa82ba67834decf1a7bdba7f8878e6e91e1f93b2bda3aef96a038c6a07ef0969bf694e08a6db78cae392b2ad9726da1ab
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

8 lines
217 B
Text

export declare const isWithinInterval: import("./types.js").FPFn2<
boolean,
import("../fp.js").Interval<
import("../fp.js").DateArg<Date>,
import("../fp.js").DateArg<Date>
>,
string | number | Date
>;