Rocky_Mountain_Vending/.pnpm-store/v10/files/cb/e308d13ce38ad558b6beb5ac69a89c37766a6adc1489cce9ec5e05caed558ff2e7ccd643408a3926a96f4de02ca52d737d305e8a794fa80c9e1c9a29e93f3a
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
202 B
Text

/**
* Cleans a URL by stripping the protocol, host, and search params.
*
* @param urlString the url to clean
* @returns the cleaned url
*/
export declare function cleanURL(url: string | URL): URL;