Rocky_Mountain_Vending/.pnpm-store/v10/files/90/a313556c6c6d4a8910c89d4c5a8432e91398d60796516eeda3db8f85dc7caf14a20ea43cebb15ed086d12d0cc9f250f6cce53cc69da394114fc71616dd3925
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

4 lines
120 B
Text

/**
* Performs percent-encoding per RFC3986 section 2.1
*/
export declare const uriEncode: (value: string) => string;