Files
novarix.uk/node_modules/next/dist/server/route-modules/app-route/helpers/clean-url.d.ts
T
Kismet Hasanaj 39a8a128be including-modules
2026-05-03 00:14:08 +02:00

8 lines
202 B
TypeScript

/**
* 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;