Rocky_Mountain_Vending/.pnpm-store/v10/files/b2/68f3a034db9aaade2ecf278e5961c1107aec8c42658fdeeec5d83872bbfb4b2e3ac1bee835c7ae05a4325c58916176a49c52da1ad99503bc4e594fb3adaec7
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
141 B
Text

import { ChecksumAlgorithm } from "./constants";
export declare const getChecksumLocationName: (
algorithm: ChecksumAlgorithm
) => string;