Rocky_Mountain_Vending/.pnpm-store/v10/files/96/2c2d147b56db88e1a38f00a1e60b1c634349e00589acce255deb7bba4334ded42cb8c2ded429ffefc7387b0918ff248ac0f9ce797067222e949054f9d74f6c
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
209 B
Text

import { Writable } from "stream";
export declare class Collector extends Writable {
readonly bufferedBytes: Buffer[];
_write(chunk: Buffer, encoding: string, callback: (err?: Error) => void): void;
}