Rocky_Mountain_Vending/.pnpm-store/v10/files/80/9e4e7c9bb445dac255d2f7826c33e9559f55162ce23718e48e97ab7ec95add67e40edeeaf6e6c24ceb8fd68c73b202a2ad339e1334f6a573bcea6f2dc9a2c4
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
264 B
Text

import { NumberFormatInternal, NumberFormatPart } from '../types/number';
/**
* https://tc39.es/ecma402/#sec-formatapproximately
*/
export declare function FormatApproximately(internalSlots: NumberFormatInternal, result: NumberFormatPart[]): NumberFormatPart[];