Rocky_Mountain_Vending/.pnpm-store/v10/files/73/ac2b7d2b2d6c0ed67c255c8a8159d413c951b1e991648d3aa8e2d88a967697303df17d57f465ffd9140c9296ceaa9ddb1a3fb39bd77bf6358002452d1f4a4f
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

7 lines
237 B
Text

import { SdkStream } from "@smithy/types";
/**
* The stream handling utility functions for browsers and React Native
*
* @internal
*/
export declare const sdkStreamMixin: (stream: unknown) => SdkStream<ReadableStream | Blob>;