Rocky_Mountain_Vending/.pnpm-store/v10/files/88/e46c5effe1fa1e0889e28a47d4a27b2c7914ea46c04c7bae3ead914a1944789699e1d816a933825e7e749d77b42b9dddfbcd6e7f8f1da052511cb2a53e92e0
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
128 B
Text

'use strict'
const compare = require('./compare')
const neq = (a, b, loose) => compare(a, b, loose) !== 0
module.exports = neq