Rocky_Mountain_Vending/.pnpm-store/v10/files/f9/43d198477832959b0e38e0b66f8e6d46e84f7d71afc31f465c8b8cd44e550d7707061ba13c02164d66d936e894bbffe8ea92c3b33a2d7f13931d5a41a71120
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

5 lines
229 B
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import { Endpoint, EndpointURL } from "@smithy/types";
/**
* Parses a string, URL, or Endpoint into its Endpoint URL components.
*/
export declare const parseURL: (value: string | URL | Endpoint) => EndpointURL | null;