mirror of
https://github.com/MioMioOS/MioIsland
synced 2026-04-25 23:37:43 +00:00
3 lines
129 B
TypeScript
3 lines
129 B
TypeScript
|
|
export declare function cleanUrl(url: string): string;
|
||
|
|
export declare function extractQueryWithoutFragment(url: string): string;
|