Rocky_Mountain_Vending/.pnpm-store/v10/files/ce/d9407d68f0ac6a3492edb0544a2478d0e70465317be7c7cbf3f8f2f6791538c1bbfb944a7229503b9beca6cb58fed4c74b9ed6d1997665ce9c7c7949b1e0b0
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
201 B
Text

/**
* Evaluates two boolean values value1 and value2 for equality and returns
* true if both values match.
*/
export declare const booleanEquals: (value1: boolean, value2: boolean) => boolean;