Rocky_Mountain_Vending/.pnpm-store/v10/files/22/e6ac8fc5c81b50ef081801db9588dac6c8c5dde199ea801c5b466931e7a51b2ec7b0ff0abcd0d566cbe3f9c02afa4d517e52862922e28675bbf19c8b00432c
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
172 B
Text

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