Rocky_Mountain_Vending/.pnpm-store/v10/files/22/71b9856ef95a573a5ed68786a20aafaeece3297b22a58c9ffccb0b73e5d4ab55e09de1e2c87024a6d336ec73d6a01fd3e1a015d80d9bf4c8d7faa6e445ff35
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
163 B
Text

import type { RoundingMethod } from "../types.js";
export declare function getRoundingMethod(
method: RoundingMethod | undefined,
): (number: number) => number;