Rocky_Mountain_Vending/.pnpm-store/v10/files/ed/e721f110b3fd5ed56b11e52a02e5fc93cb2acb3468955363ed19246693511bff29ddc8cc41beeab436f19b5275876e083ec70303e92ede59d9d6642e30b4d0
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

4 lines
146 B
Text

import Decimal from 'decimal.js';
export var TEN = new Decimal(10);
export var ZERO = new Decimal(0);
export var NEGATIVE_ZERO = new Decimal(-0);