Rocky_Mountain_Vending/.pnpm-store/v10/files/3e/a8161e9e741654e33c9497aa123ab201f99f6b5ea76d629747c638b5717c58d8179ae44c5e316e59543ee92ef7f3b71fb4caa95b44007e298ae882204f5351
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
197 B
Text

/**
* @internal
* Reads the blob data into the onChunk consumer.
*/
export declare function blobReader(blob: Blob, onChunk: (chunk: Uint8Array) => void, chunkSize?: number): Promise<void>;