Rocky_Mountain_Vending/.pnpm-store/v10/files/ec/96a37cb22a5dce9f6459288e0b2a569f02b87bb9db748ea95c9b80f9b07470df15ae2b78e7f2dc5749a9ca89e62bc26cb95950e44b110cf50f64188ef7ebf5
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
197 B
Text

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