Rocky_Mountain_Vending/.pnpm-store/v10/files/30/d88068e035bd2e23402ab530dc569165455858016f3e2dfc4d84ed87706feb3ce009d7248d823f8d514cd65ee1fe255a7e6377fa717533f92d6b4aa055fe3c
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
333 B
Text

import type { UrlWithParsedQuery } from 'url';
export declare function isFullStringUrl(url: string): boolean;
export declare function parseUrl(url: string): URL | undefined;
export declare function parseReqUrl(url: string): UrlWithParsedQuery | undefined;
export declare function stripNextRscUnionQuery(relativeUrl: string): string;