Rocky_Mountain_Vending/.pnpm-store/v10/files/35/4803808867e76fb41eb58cc0905278c67d502137e35609d8606d146a9ec3682805ba99ac0ef8354f96723aa35f878c5a51357c78682c4b3289f6413ff90979
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
203 B
Text

/**
* @internal
*
* Function that wraps encodeURIComponent to encode additional characters
* to fully adhere to RFC 3986.
*/
export declare function extendedEncodeURIComponent(str: string): string;