Rocky_Mountain_Vending/.pnpm-store/v10/files/6d/49c5bc9888514fa0704a443b7fb702ea62ed26d6486dba19fdeca9edf10e1f0965a4cd7a39f854ece26ae51feeedaa41fcd5b4db982e3f964f8fbc49f76411
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
167 B
Text

/**
* @param value - header string value.
* @returns value split by commas that aren't in quotes.
*/
export declare const splitHeader: (value: string) => string[];