Rocky_Mountain_Vending/.pnpm-store/v10/files/f5/428e64fa8236ab6b6f9c01ef95c411feae194877e951d67cd3b0dd73cd510adc516b64926e62b0e31ec5c1cea37ab1dfe075b182acd95f1c27a0fe339d24f6
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

13 lines
351 B
Text

import { ChecksumConstructor } from "@smithy/types";
/**
* @internal
*
* \@aws-sdk/crc64-nvme-crt will install the constructor in this
* container if it is installed.
*
* This avoids a runtime-require being interpreted statically by bundlers.
*
*/
export declare const crc64NvmeCrtContainer: {
CrtCrc64Nvme: null | ChecksumConstructor;
};