Rocky_Mountain_Vending/.pnpm-store/v10/files/29/6497e672d3b5945951007ed3cbab82cc00a85dcce1c4f2caf70468e01bed04ed59f673cb43d679c0a9e72655e7000736745a710e8696d323d5e198282bba16
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 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 type { 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;