Rocky_Mountain_Vending/.pnpm-store/v10/files/93/cd7e9d291ac00b768f0b20dac1d27c0718c4a63cee87f0b78db0bd3169380ff2289eb9bc55d36db6136fd41637834c3005e01cc3e66fb975d97f2a73e21bc1
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
153 B
Text

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