Rocky_Mountain_Vending/.pnpm-store/v10/files/12/b587841c666b31b9fdec9f61b12c77f35f65e2a80bac84defd51b085dc164e31bc8ae0c75eb9b2f91a35c6d72d7da5d64780197b6772c1fff3338668112230
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
196 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;