Rocky_Mountain_Vending/.pnpm-store/v10/files/bf/7fbdb6cd77a38d3b4609ea47de88bbd2a438c2235a516a2111ad98d5b8ffa6ba5a0d843ae97f1d3e73639ec20580f952ededc6336851b4af5525f5afc5e981
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

9 lines
384 B
Text

// This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
import { areIntervalsOverlapping as fn } from "../areIntervalsOverlapping.js";
import { convertToFP } from "./_lib/convertToFP.js";
export const areIntervalsOverlappingWithOptions = convertToFP(fn, 3);
// Fallback for modularized imports:
export default areIntervalsOverlappingWithOptions;