Rocky_Mountain_Vending/.pnpm-store/v10/files/c7/6712792c0d059b7ecced16c38bbd7bb9ab17e95c5ae40eec9e1b5e5d298757cd6b170839f4e857be6e1a3776194dd4358d795434415b13ca939aa89372d3da
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
207 B
Text

import { ChecksumConstructor, HashConstructor } from "@smithy/types";
export declare const stringHasher: (
checksumAlgorithmFn: ChecksumConstructor | HashConstructor,
body: any
) => Promise<Uint8Array>;