Rocky_Mountain_Vending/.pnpm-store/v10/files/12/8e772161f49e4e61f2622ee7bc806e4dce1dc8891e9485cdfcef9c54864449fd38a3831da17b01f6228668471cf02d7fbf513fa061fedf5c6268a9f66e3c0f
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

5 lines
189 B
Text

/**
* @param stream
* @returns stream split into two identical streams.
*/
export declare function splitStream(stream: ReadableStream | Blob): Promise<[ReadableStream, ReadableStream]>;