bpms_site/.svn/pristine/30/30964014ca850c52ddf89e392bdc8dc2193fcdd4.svn-base
2025-11-02 16:38:49 +03:30

8 lines
205 B
Plaintext

/**
* 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(urlString: string): string;