Rocky_Mountain_Vending/.pnpm-store/v10/files/9d/7d9b690425bd19f046dfe255878867d90121db7c6fad83b7cbbad0a04d2cf12c8127b5baee96c8ab0573e8f5c95ce5dd7ca4fa0289b5683686040d2ddecf1e
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

7 lines
189 B
Text

/**
* Decodes a query path parameter.
*
* @param value - The value to decode.
* @returns The decoded value.
*/
export declare function decodeQueryPathParameter(value: string): string;