Rocky_Mountain_Vending/.pnpm-store/v10/files/68/8f6ff81cfca511777790e9aa31882e873de27395a7d0854caebf0b86b8e492b65e41ce225514dcaccebc18fdb3dbd724194f7c2370cbc67deea64d26b54f51
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
168 B
Text

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