Rocky_Mountain_Vending/.pnpm-store/v10/files/22/895b79c5e6e6a5cfa876703ef8a032b46e7253acfde9ade98b527eac68a6eda2e560fc6565c33f957882de0df97a6240c3d9c861ea3326c601f22eebca9a15
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
124 B
Text

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