Rocky_Mountain_Vending/.pnpm-store/v10/files/9e/6ccc21cc92b66b2393a467b121d6505dbd2161092e63188cddadc906aa2abfad069935443de9e2ced24a4dcae7870fbd5a3abe8292cf1773e6560d411607f3
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
148 B
Text

/**
* @internal
* @returns whether the header value is serializable.
*/
export declare const isSerializableHeaderValue: (value: any) => boolean;