Rocky_Mountain_Vending/.pnpm-store/v10/files/78/10570e3ddea63a259b056c1dcf5c7dc307ce1a04ec7e60375970838f5db972fa836be90105af7b8e7faa5cba0c8780d6f51e43b0bdf38fda0f6921bd94f819
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

2 lines
142 B
Text

import { Rectangle } from "./types.js";
export declare function intersects(rectOne: Rectangle, rectTwo: Rectangle, strict: boolean): boolean;