added fonts
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* 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;
|
||||
Reference in New Issue
Block a user