Rocky_Mountain_Vending/.pnpm-store/v10/files/2b/8dd90d1d10f95bb1b477988c2409d492218990062470b205a8b5e272632ccf2272236509ad1de56ff53bf297768db2cd357fe5463ae0d607ad07177f2c6407
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
127 B
Text

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