Rocky_Mountain_Vending/.pnpm-store/v10/files/4a/db85a9a690298c25112c6d374ee191c921e1d2c3623ac1983852fd2efe03fe275496d75b10311b4fee136bcc026022878e3f1e8b44e9c7baa9ae3bad897f1b
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

2 lines
125 B
Text

import { AwsCrc32 } from "@aws-crypto/crc32";
export declare const getCrc32ChecksumAlgorithmFunction: () => typeof AwsCrc32;