Rocky_Mountain_Vending/.pnpm-store/v10/files/10/add7e70c296fa6cc95f1c0e95f75cafdd3ae5548974ecd9b094d8e3c4a809debd615a3d6a647ea77d36db290849a93ef66ef7da8d17f406d3efd55573ff617
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

7 lines
342 B
Text

import { ChecksumConstructor, HashConstructor } from "@smithy/types";
import { PreviouslyResolved } from "./configuration";
import { ChecksumAlgorithm } from "./constants";
export declare const selectChecksumAlgorithmFunction: (
checksumAlgorithm: ChecksumAlgorithm,
config: PreviouslyResolved
) => ChecksumConstructor | HashConstructor;