Rocky_Mountain_Vending/.pnpm-store/v10/files/89/7cea69e3b1626d3df5decf05c2b92dd9b71176a397ed198a88dafd25554c5dedd0492844241b79a418d0b0dc525db2a84fc1bba6fc4941f33a28f1e0939091
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

2 lines
206 B
Text

import { RoundingModeType, UnsignedRoundingModeType } from '../types/number';
export declare function GetUnsignedRoundingMode(roundingMode: RoundingModeType, isNegative: boolean): UnsignedRoundingModeType;