Rocky_Mountain_Vending/.pnpm-store/v10/files/f2/fd9d2f9af590836d202a94a8deb4a233c4eb7614294f5b1f9f9ef22e0bf17d78344d5523c5d0d918a0e59ec5721b6ed3774bd7037c75fbb7ab7b2a991555ac
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
216 B
Text

import type { UrlObject } from 'url';
export declare function formatUrl(urlObj: UrlObject): string;
export declare const urlObjectKeys: string[];
export declare function formatWithValidation(url: UrlObject): string;