Rocky_Mountain_Vending/.pnpm-store/v10/files/d5/cfc1e6b21ce29cfe1152fa56e874d75b74811c66553b47bcf9b35bbe00da143333481ce63fad253631d2d757da1781d16500af487cf6fc822ad04e10871cda
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

4 lines
130 B
Text

/**
* Returns true if the given value is a streaming response.
*/
export declare const isStreaming: (body: unknown) => boolean;