Rocky_Mountain_Vending/.pnpm-store/v10/files/70/48d548fb835deb22ba1e45f1a8be3f04d9da48eb1e89756bbd7b016b777e2ebfd75bbaa31a5f4622e853c8155f691459ef84af05cdbf467de2a91bc9a24ace
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
126 B
Text

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