Rocky_Mountain_Vending/.pnpm-store/v10/files/db/66a71759ea09bf21a901b7ae9d2898bef2cce44822f1d93e78e69ca852983a63bdfc207385e0716b6f988afb240d68eb56a838416b928f42aa89992559f49e
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
429 B
Text

import { 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>;