Rocky_Mountain_Vending/.pnpm-store/v10/files/9e/907081b828cb13764a91568ec9fa1e123abf771bc09fbaf0eff18c3a127cb9932e56bf654a948de6f806daba428599397159bb51115897f2e82689c55eb5b5
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

6 lines
428 B
Text

import type { BodyLengthCalculator, BuildHandlerOptions, BuildMiddleware, Pluggable } from "@smithy/types";
export declare function contentLengthMiddleware(bodyLengthChecker: BodyLengthCalculator): BuildMiddleware<any, any>;
export declare const contentLengthMiddlewareOptions: BuildHandlerOptions;
export declare const getContentLengthPlugin: (options: {
bodyLengthChecker: BodyLengthCalculator;
}) => Pluggable<any, any>;