Rocky_Mountain_Vending/.pnpm-store/v10/files/c5/e156fa011ff5a0f5704d8f5a8179df4e0d2d7993a2b48b0408ddeed3bbbf971f4569fe23ad51ed1d3ea157d8f2a4bab5122764bb9d11ef594e953585c0c4d1
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

8 lines
312 B
Text

/**
* @internal
* @param stream
* @param bytes - read head bytes from the stream and discard the rest of it.
*
* Caution: the input stream must be destroyed separately, this function does not do so.
*/
export declare function headStream(stream: ReadableStream, bytes: number): Promise<Uint8Array>;