Rocky_Mountain_Vending/.pnpm-store/v10/files/7c/dec653ab4377c484847a4ad39dde7f7d3ece3b15bc2351d8413ea341bf7085895e310b50693cfcce32830f570c84f9c851257f8e03fbdff375ee2dfa4ee470
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

6 lines
121 B
Text

'use strict';
/** @type {import('./isNaN')} */
module.exports = Number.isNaN || function isNaN(a) {
return a !== a;
};