Rocky_Mountain_Vending/.pnpm-store/v10/files/2e/8570cd9d43045c8621af8061dac257988d81c37363004a3e26821930157b873a4432e8ef3e8fea847a64ed5700b061cbf1cb41450c5d7c703f179c842c4b6b
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

3 lines
No EOL
79 B
Text

declare function isNegativeZero(x: unknown): boolean;
export = isNegativeZero;