Rocky_Mountain_Vending/.pnpm-store/v10/files/5e/9c303744d01b6a47aaa448ef6801fbd24772bbb322937fefe16c1f31141982c99d266780bf7bba50618ece1add2d9048e29b4b049a9381aa33559a44494013
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
169 B
Text

import { StreamCollector } from "@smithy/types";
/**
* @internal
* Converts a stream to a byte array.
*/
export declare const streamCollector: StreamCollector;