Rocky_Mountain_Vending/.pnpm-store/v10/files/62/fe684e94f80755c33bcc636bed261472fcb37a8e13f6d3920748823a003adf2d891eaef87173e854cd5e78c30088701f0cdb1457dcb51f204f6e87b314a5ca
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
192 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>;