Rocky_Mountain_Vending/.pnpm-store/v10/files/cb/cf17ff7dc953f2c8aa3a1079366e8c8681f0ae13d85b57574c178451412be9d42a9e16d4643da53fb01d6e494af428a765b57c88e89da1d0d0343d906af534
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
219 B
Text

import { ChecksumAlgorithm } from "./constants";
/**
* Returns location (header/trailer) name to use to populate checksum in.
*/
export declare const getChecksumLocationName: (algorithm: ChecksumAlgorithm) => string;